Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 23:59:37 -0700
From:      Eric Anholt <anholt@teleport.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30182: Fix tuxracer-0.61 port
Message-ID:  <01082823593701.05167@positron.anholt.dyn.dhs.org>

next in thread | raw e-mail | index | archive | help

>Number:         30182
>Category:       ports
>Synopsis:       Fix tuxracer-0.61 port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 29 00:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Eric Anholt
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:

System: FreeBSD positron.anholt.dyn.dhs.org 4.3-STABLE FreeBSD 4.3-STABLE #2:
 Wed Jul 11 15:40:06 PDT 2001
 anholt@positron.anholt.dyn.dhs.org:/usr/src/sys/compile/MYKERNEL i386

>Description:

	Fix installation of the port, depend on sdl_mixer for audio.

>How-To-Repeat:
>
>Fix:

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 @@

 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>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01082823593701.05167>