From 1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sat, 19 Oct 2002 20:21:56 +0000 Subject: Upgrade to solarwolf 1.1 Approved by: sobomax (maintainer) --- games/solarwolf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/solarwolf/Makefile') 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 -- cgit v1.2.3