diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 3 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 9bacacd323d8..86ed7ebaf76c 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -12,8 +12,7 @@ PORTVERSION= 1.9.0 PORTVERSION= 1.8.0 .endif CATEGORIES= lang devel -MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ - ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 24222ad39267..ffae6795ef88 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -8,8 +8,7 @@ PORTNAME= gnustep-guile PORTVERSION= 1.1.2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ - ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org |