diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:18:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:18:39 +0000 |
commit | 0d6f06ddcdae006ceabf1697d0984998217feae1 (patch) | |
tree | 0423a111f4a560d297150b99f7ac6b3a629beb81 | |
parent | - use opentool in GNUstep.sh (diff) |
- prepare MASTER_SITE_GNUSTEP
-rw-r--r-- | devel/gnustep-make/Makefile | 8 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index db17931e1a40..6bf03c11fb5c 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -8,9 +8,11 @@ PORTNAME= gnustep-make PORTVERSION= 1.5.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - http://archive.progeny.com/gnustep/core/ \ - ftp://ftp.easynet.nl/mirror/GNUstep/core/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ + http://archive.progeny.com/gnustep/%SUBDIR%/ \ + ftp://ftp.easynet.nl/mirror/GNUstep/%SUBDIR%/ +MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index caa0c13801d4..b324d9a1fd1c 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -9,7 +9,9 @@ PORTNAME= gnustep-guile PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ +MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index a77b6a409b23..4a94d5127479 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-objc PORTVERSION= 1.2.2 CATEGORIES= lang devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ +MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org |