ports/86166: [NEW PORT] games/quake-data - Quake data files

Alejandro Pulver alejandro at varnet.biz
Mon Sep 19 17:30:07 UTC 2005


The following reply was made to PR ports/86166; it has been noted by GNATS.

From: "Alejandro Pulver" <alejandro at varnet.biz>
To: "FreeBSD gnats submit" <bug-followup at freebsd.org>
Cc:  
Subject: Re: ports/86166: [NEW PORT] games/quake-data - Quake data files
Date: Mon, 19 Sep 2005 14:27:14 -0300

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



More information about the freebsd-ports-bugs mailing list