diff options
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 9 |
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> |