diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-12-23 15:14:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-12-23 15:14:38 +0800 |
commit | 56e8bae77055240cfbe843734f213a553bbac680 (patch) | |
tree | 3e6ea4db58c77306d7153dee29fd9ddad0c2b94d /ftp/gnustep-ftp | |
parent | fb1fcf913a8140f8c4af608c6e6c548cdc86102d (diff) | |
download | freebsd-ports-gnome-56e8bae77055240cfbe843734f213a553bbac680.tar.gz freebsd-ports-gnome-56e8bae77055240cfbe843734f213a553bbac680.tar.zst freebsd-ports-gnome-56e8bae77055240cfbe843734f213a553bbac680.zip |
- extend MASTER_SITES
Diffstat (limited to 'ftp/gnustep-ftp')
-rw-r--r-- | ftp/gnustep-ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index f487a00eab27..d2e6672b9918 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -8,8 +8,8 @@ PORTNAME= ftp PORTVERSION= 0.2 CATEGORIES= ftp gnustep -MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \ - http://www.very-clever.com/download/nongnu/gap/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gap PKGNAMEPREFIX= gnustep- DISTNAME= FTP-${PORTVERSION} |