diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 2 | ||||
-rw-r--r-- | editors/ghex/Makefile | 2 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 9bece1387187..9141098b6868 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.7 PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gedit +MASTER_SITE_SUBDIR= sources/gedit/0.9 MAINTAINER= gnome@FreeBSD.org diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index fcb4220f59de..7b6eefb74ff7 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -9,7 +9,7 @@ PORTNAME= gedit2 PORTVERSION= 2.0.5 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME:S/2$//} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 69c0f7024651..7c21e182e072 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -9,7 +9,7 @@ PORTNAME= ghex PORTVERSION= 1.2.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/ghex +MASTER_SITE_SUBDIR= sources/ghex/1.2 MAINTAINER= gnome@FreeBSD.org diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index fe8eaffe73b2..bf209dd14146 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -9,7 +9,7 @@ PORTNAME= ghex2 PORTVERSION= 1.99.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.2/sources/${PORTNAME:S/2$//} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.99 DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 |