ports/91841: [MAINTAINER UPDATE] games/quake-dpmod: fix installation path

Alejandro Pulver alejandro at varnet.biz
Sun Jan 15 21:40:03 UTC 2006


>Number:         91841
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/quake-dpmod: fix installation path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 21:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
    root at ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE



>Description:


* Fix installation path.
* Change comment.


>How-To-Repeat:





>Fix:


--- quake-dpmod.diff begins here ---
Binary files /usr/ports/games/quake-dpmod/.Makefile.swp and quake-dpmod/.Makefile.swp differ
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	Sun Jan 15 18:14:22 2006
@@ -13,15 +13,13 @@
 DISTNAME=	darkplacesmod${PORTVERSION}
 
 MAINTAINER=	alejandro at varnet.biz
-COMMENT=	Quake 1 modification
-
-RUN_DEPENDS=	darkplaces:${PORTSDIR}/games/darkplaces
+COMMENT=	Quake 1 modification (for DarkPlaces)
 
 USE_ZIP=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-DATDAIR=	${Q1DIR}/${PORTNAME}
+DATADIR=	${Q1DIR}/${PORTNAME}
 
 post-extract:
 # Remove CVS directories
@@ -32,7 +30,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 ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list