* Fix installation path. * Change comment.
Responsible Changed From-To: freebsd-ports-bugs->barner I'll take it.
State Changed From-To: open->feedback Hi, is there a reason you dropped the dependency on games/darkplaces?
>Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/91841: [MAINTAINER UPDATE] games/quake-dpmod: fix installation path >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 5.4-RELEASE i386 >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: * Add dependency to DarkPlaces. >How-To-Repeat: >Fix: --- quake-dpmod.diff begins here --- diff -urN /usr/ports/games/quake-dpmod/Makefile quake-dpmod/Makefile --- /usr/ports/games/quake-dpmod/Makefile Mon Dec 12 06:25:23 2005 +++ quake-dpmod/Makefile Mon Feb 13 20:12:23 2006 @@ -13,15 +13,15 @@ DISTNAME= darkplacesmod${PORTVERSION} MAINTAINER= alejandro@varnet.biz -COMMENT= Quake 1 modification +COMMENT= Quake 1 modification (for DarkPlaces) -RUN_DEPENDS= darkplaces:${PORTSDIR}/games/darkplaces +RUN_DEPENDS= ${LOCALBASE}/share/darkplaces/dummy:${PORTSDIR}/games/darkplaces USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes -DATDAIR= ${Q1DIR}/${PORTNAME} +DATADIR= ${Q1DIR}/${PORTNAME} post-extract: # Remove CVS directories @@ -32,7 +32,7 @@ @${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat do-install: - @${CP} -Rp ${WRKSRC}/dpmod ${DATADIR} + ${CP} -R ${WRKSRC}/dpmod ${DATADIR} .include "${.CURDIR}/../quake-data/Makefile.include" --- quake-dpmod.diff ends here ---
Responsible Changed From-To: barner->freebsd-ports-bugs I'll have no BSD time for at least a month.
Responsible Changed From-To: barner->freebsd-ports-bugs I'll have no BSD time for at least a month
Responsible Changed From-To: freebsd-ports-bugs->vd I'll take it
State Changed From-To: feedback->closed Committed, thanks!