From owner-freebsd-ports Wed Aug 29 0:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DD6537B406 for ; Wed, 29 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7T7A1h33413; Wed, 29 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from sire.mail.pas.earthlink.net (sire.mail.pas.earthlink.net [207.217.120.182]) by hub.freebsd.org (Postfix) with ESMTP id E474B37B407 for ; Wed, 29 Aug 2001 00:00:17 -0700 (PDT) (envelope-from anholt@teleport.com) Received: from positron.anholt.dyn.dhs.org (IP-209-239-211-243.PDX.JPS.NET [209.239.211.243]) by sire.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id AAA15210 for ; Wed, 29 Aug 2001 00:00:15 -0700 (PDT) Message-Id: <01082823593701.05167@positron.anholt.dyn.dhs.org> Date: Tue, 28 Aug 2001 23:59:37 -0700 From: Eric Anholt Reply-To: anholt@teleport.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30182: Fix tuxracer-0.61 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message