aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:02:58 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:11:50 +0000
commitbf7ac02b5d0bbeff8879a596a081d96238c42bb6 (patch)
treeb822dd9db1679bc5fc3cb93534cfd06b5771dcf2 /editors
parentc93564d4de7f434297459bd672a80a87f2cef5de (diff)
downloadports-bf7ac02b5d0bbeff8879a596a081d96238c42bb6.tar.gz
ports-bf7ac02b5d0bbeff8879a596a081d96238c42bb6.zip
editors/gedit-plugins: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-plugins/Makefile2
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