Date: Sun, 31 Jul 2005 19:42:54 +0200 (CEST) From: Benjamin Lutz <benlutz@datacomm.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84396: Fix pkg-plist, unbreak Message-ID: <20050731174254.58FCD47@maxlor.mine.nu> Resent-Message-ID: <200507311750.j6VHo94O066377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84396 >Category: ports >Synopsis: Fix pkg-plist, unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 17:50:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Benjamin Lutz >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: Make this port install itself into $PREFIX/ut-server instead of $PREFIX/games/ut-server. This results in $PREFIX/games not being left over after deinstallation. >How-To-Repeat: >Fix: --- utserver.diff begins here --- --- Makefile.orig Sun Jul 24 13:58:50 2005 +++ Makefile Sun Jul 31 19:40:22 2005 @@ -19,10 +19,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 BUILD_DEPENDS= ${RUN_DEPENDS} -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_PERL5= yes @@ -30,7 +26,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/ut-server -UTDIR= games/ut-server/ +UTDIR= ut-server/ PLIST_SUB= UTDIR="${UTDIR}" EXTRA_PATCHES= ${WRKDIR}/patch-ngstatsut INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 --- utserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050731174254.58FCD47>