summaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-09 16:07:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-09 16:07:45 +0000
commit3b2e2ca5bce67fe6fb003731f3107f6f696d9bb9 (patch)
tree4d8605d78ed34df493b3201333e655956b70cb1c /lang/gnustep-base
parentLast step in moving kdemultimedia3 from audio to here. (diff)
- Fix subdir in MASTER_SITES
- add target test
Notes
Notes: svn path=/head/; revision=71469
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index f845c4492cbb..7ba7a3eb167a 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -9,9 +9,9 @@ PORTNAME= gnustep-base
PORTVERSION= 1.5.1
CATEGORIES= lang devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
- ftp://ftp.gnustep.org/pub/gnustep/ \
- http://archive.progeny.com/gnustep/ \
- ftp://ftp.easynet.nl/mirror/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
@@ -84,4 +84,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/GNUstep.sh ${ETCDIR}/rc.d
${INSTALL_DATA} ${FILESDIR}/gdomap_if ${ETCDIR}
+test:
+ @(cd ${WRKSRC}/Testing && . ${SYSTEMDIR}/Makefiles/GNUstep.sh; ${GMAKE})
+
.include <bsd.port.post.mk>