aboutsummaryrefslogtreecommitdiff
path: root/games/solarwolf/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-19 20:21:56 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-19 20:21:56 +0000
commit1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382 (patch)
treeea2aa7c0030bc441751120a294b8f0ec61fe44a1 /games/solarwolf/Makefile
parente72ac81601f65808358a99bf05a30a817712d1cc (diff)
downloadports-1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382.tar.gz
ports-1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382.zip
Notes
Diffstat (limited to 'games/solarwolf/Makefile')
-rw-r--r--games/solarwolf/Makefile6
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