ports/84396: Fix pkg-plist, unbreak
Benjamin Lutz
benlutz at datacomm.ch
Sun Jul 31 17:50:10 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list