diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 09:02:21 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-29 09:11:49 -0700 |
commit | c93564d4de7f434297459bd672a80a87f2cef5de (patch) | |
tree | be361a4c9330a840b60ec6381a0c26d04b85ba30 /editors/gedit | |
parent | deskutils/gnome-todo: fix fetching from MASTER_SITES (diff) |
editors/gedit: fix fetching from MASTER_SITES
PR: 256202
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 2 |
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 |