diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:10:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:10:11 +0000 |
commit | 5f89968290bda14787bf8cd955f484ac6c6a657b (patch) | |
tree | 77f98b5bc42a61dc20aed5fcd09551b0a6530be7 /x11-toolkits/gnustep-back/Makefile | |
parent | a2f26adbf2348f31cc8905d38d7680e67f075479 (diff) | |
download | ports-5f89968290bda14787bf8cd955f484ac6c6a657b.tar.gz ports-5f89968290bda14787bf8cd955f484ac6c6a657b.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back/Makefile')
-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 afcf27c75c85..8d2f81f61216 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 |