Bug 30182

Summary: Fix tuxracer-0.61 port
Product: Ports & Packages Reporter: Eric Anholt <anholt>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Eric Anholt 2001-08-29 08:10:01 UTC
	Fix installation of the port, depend on sdl_mixer for audio.

Fix: 

MAINTAINER=	anholt@teleport.com

-LIB_DEPENDS=	SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
+LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
 		tcl83.1:${PORTSDIR}/lang/tcl83

 USE_MESA=	yes
@@ -35,8 +35,8 @@
 COURSEDIRS=	1 2 3 4 5 6 7 8 9 10 11

 post-install:
-	${MKDIR} ${DATADIR}/courses
+	${MKDIR} ${DATADIR}
 	(cd ${WORKDATA} && ${TAR} -c -f - *) | \
-		(cd ${SHAREDIR} && ${TAR} -x -f - )
+		(cd ${DATADIR} && ${TAR} -x -f - )

 .include <bsd.port.mk>--dkCSWBBnfbS3Z7lRmNQwgqfXq6OD0IAbfgldnIgI6uE84iUx
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/tuxracer/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2001/08/17 17:49:35	1.5
+++ Makefile	2001/08/28 23:31:12
@@ -16,7 +16,7 @@
How-To-Repeat: >
Comment 1 dwcjr freebsd_committer freebsd_triage 2001-08-30 03:45:43 UTC
State Changed
From-To: open->closed

Committed, thanks!