>Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/86166: [NEW PORT] games/quake-data - Quake data files >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.4-RELEASE i386 >Environment: >Description: This patch has to be applied to the previous shar. Changes: * Don't override PREFIX. * Use SUB_LIST instead of PLIST_SUB (allowing to use it in wrapper scripts). >How-To-Repeat: >Fix: --- quake-data.diff begins here --- --- pkgd/sent/quake-data.shar Thu Sep 15 13:33:54 2005 +++ quake-data.shar Mon Sep 19 14:23:29 2005 @@ -347,8 +347,7 @@ X X# Installation directories. X -XPREFIX= ${LOCALBASE} -XQ1DIR= ${PREFIX}/share/quake +XQ1DIR= ${LOCALBASE}/share/quake X X.if defined(ENGINE) || ${PORTNAME} == "data" XDATADIR?= ${Q1DIR} @@ -358,7 +357,7 @@ X XDOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X -XPLIST_SUB+= Q1DIR="${Q1DIR:S/${PREFIX}\///}" +XSUB_LIST+= Q1DIR="${Q1DIR}" END-of-quake-data/Makefile.include exit --- quake-data.diff ends here ---
>Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/86166: [NEW PORT] games/quake-data - Quake data files >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.4-RELEASE i386 >Environment: >Description: This patch replaces the previous one. Changes: * Change "SUB_LIST" back to "PLIST_SUB". >How-To-Repeat: >Fix: --- new.diff begins here --- --- pkgd/sent/quake-data.shar Thu Sep 15 13:33:54 2005 +++ quake-data.shar Mon Sep 19 16:08:49 2005 @@ -347,8 +347,7 @@ X X# Installation directories. X -XPREFIX= ${LOCALBASE} -XQ1DIR= ${PREFIX}/share/quake +XQ1DIR= ${LOCALBASE}/share/quake X X.if defined(ENGINE) || ${PORTNAME} == "data" XDATADIR?= ${Q1DIR} --- new.diff ends here ---
State Changed From-To: open->closed Committed, thanks!