diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:28:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:28:07 +0800 |
commit | 9029780dd500d535146d8c4c78c09da8fbb0d7a2 (patch) | |
tree | f67840c9a4bbea0d47ce3651ea64a842dda3bdee /x11-toolkits/gnustep-gui/Makefile | |
parent | e7bcb1904c7f4e671451319aab1da0d8ae089886 (diff) | |
download | freebsd-ports-gnome-9029780dd500d535146d8c4c78c09da8fbb0d7a2.tar.gz freebsd-ports-gnome-9029780dd500d535146d8c4c78c09da8fbb0d7a2.tar.zst freebsd-ports-gnome-9029780dd500d535146d8c4c78c09da8fbb0d7a2.zip |
update MASTER_SITES
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index de6e88f4445b..58d67284a9c5 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -12,9 +12,12 @@ PORTVERSION= 0.8.2 PORTVERSION= 0.7.6 .endif CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - http://archive.progeny.com/gnustep/core/ \ - ftp://ftp.easynet.nl/mirror/GNUstep/core/ +.if defined(GNUSTEP_GUI_DEVEL) +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +.else +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex +.endif MAINTAINER= dinoex@FreeBSD.org |