diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-23 22:10:11 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-23 22:10:11 +0000 |
commit | 32212884f485956d73b618e070fced0fbc7adfad (patch) | |
tree | 04f89738864bb5af0a2b90e1662556b5ea856ec0 /x11-toolkits/gnustep-back | |
parent | f67ed2d1ea7d34366227dbc6d53503f8a92c70f2 (diff) | |
download | FreeBSD-ports-32212884f485956d73b618e070fced0fbc7adfad.zip FreeBSD-ports-32212884f485956d73b618e070fced0fbc7adfad.tar.gz |
add new MASTER_SITES
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index afcf27c..8d2f81f 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-back PORTVERSION= 0.8.3 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/ +MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org |