diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-19 20:21:56 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-19 20:21:56 +0000 |
commit | 1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382 (patch) | |
tree | ea2aa7c0030bc441751120a294b8f0ec61fe44a1 /games/solarwolf/Makefile | |
parent | e72ac81601f65808358a99bf05a30a817712d1cc (diff) | |
download | ports-1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382.tar.gz ports-1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382.zip |
Upgrade to solarwolf 1.1
Approved by: sobomax (maintainer)
Notes
Notes:
svn path=/head/; revision=68377
Diffstat (limited to 'games/solarwolf/Makefile')
-rw-r--r-- | games/solarwolf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/solarwolf/Makefile b/games/solarwolf/Makefile index 9216ea84f41e..42fe6bb34761 100644 --- a/games/solarwolf/Makefile +++ b/games/solarwolf/Makefile @@ -6,9 +6,9 @@ # PORTNAME= solarwolf -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= games -MASTER_SITES= http://shredwheat.zopesite.com/solarwolf/files/ +MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/ MAINTAINER= sobomax@FreeBSD.org @@ -21,7 +21,7 @@ do-build: do-install: @${MKDIR} ${PREFIX}/share/solarwolf - (cd ${WRKSRC}; tar cf - .) | \ + (cd ${WRKSRC}; tar -cf - --exclude ".xvpics" .) | \ (cd ${PREFIX}/share/solarwolf; tar --unlink -xf -) @printf "#!/bin/sh\ncd ${PREFIX}/share/solarwolf && \ exec ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" > ${WRKDIR}/solarwolf.sh |