From af4558c61d5aa48166f968d5a8be5b4d42ace3a2 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Tue, 21 Mar 2006 07:10:29 +0000 Subject: * Fix dependency to games/darkplaces * Fix installation path (typo) * Extend comment PR: ports/91841 Submitted by: "Alejandro Pulver" (maintainer) --- games/quake-dpmod/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/quake-dpmod/Makefile') diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile index 0949dd433efe..16534ba9688f 100644 --- a/games/quake-dpmod/Makefile +++ b/games/quake-dpmod/Makefile @@ -13,15 +13,15 @@ PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX} 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 @@ post-extract: @${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" -- cgit v1.2.3