diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:02:58 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 16:11:50 +0000 |
commit | bf7ac02b5d0bbeff8879a596a081d96238c42bb6 (patch) | |
tree | b822dd9db1679bc5fc3cb93534cfd06b5771dcf2 | |
parent | c93564d4de7f434297459bd672a80a87f2cef5de (diff) | |
download | ports-bf7ac02b5d0bbeff8879a596a081d96238c42bb6.tar.gz ports-bf7ac02b5d0bbeff8879a596a081d96238c42bb6.zip |
editors/gedit-plugins: fix fetching from MASTER_SITES
PR: 256202
-rw-r--r-- | editors/gedit-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index c1e63b817a1f..5b5bfff4ce4f 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= gedit-plugins PORTVERSION= 40.1 CATEGORIES= editors gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org |