aboutsummaryrefslogtreecommitdiff
path: root/editors/gedit
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:02:21 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-29 16:11:49 +0000
commitc93564d4de7f434297459bd672a80a87f2cef5de (patch)
treebe361a4c9330a840b60ec6381a0c26d04b85ba30 /editors/gedit
parent3c6881262015e1424ecd65b9f796a24b5ee59712 (diff)
downloadports-c93564d4de7f434297459bd672a80a87f2cef5de.tar.gz
ports-c93564d4de7f434297459bd672a80a87f2cef5de.zip
editors/gedit: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'editors/gedit')
-rw-r--r--editors/gedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 145d395c61d5..e23e80146081 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gedit
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