diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-09 16:07:45 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-09 16:07:45 +0000 |
commit | 063b013fe9ae7f6f153be05da388d5afb81362a7 (patch) | |
tree | 3278474edb6a6523cc4105d6464ad733753dd876 /lang | |
parent | 012ff0c0b88cb47549f373a911778f8b63f3d69b (diff) | |
download | FreeBSD-ports-063b013fe9ae7f6f153be05da388d5afb81362a7.zip FreeBSD-ports-063b013fe9ae7f6f153be05da388d5afb81362a7.tar.gz |
- Fix subdir in MASTER_SITES
- add target test
Diffstat (limited to 'lang')
-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 f845c44..7ba7a3e 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> |