aboutsummaryrefslogtreecommitdiff
path: root/games/quake-dpmod/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-03-21 07:10:29 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-03-21 07:10:29 +0000
commitaf4558c61d5aa48166f968d5a8be5b4d42ace3a2 (patch)
tree00fd99dc5c7d8b52db60e12cc3edee0c52143c00 /games/quake-dpmod/Makefile
parent954d2f191fa2a6703d1042e2439c811bbf95ef8f (diff)
downloadports-af4558c61d5aa48166f968d5a8be5b4d42ace3a2.tar.gz
ports-af4558c61d5aa48166f968d5a8be5b4d42ace3a2.zip
Notes
Diffstat (limited to 'games/quake-dpmod/Makefile')
-rw-r--r--games/quake-dpmod/Makefile8
1 files changed, 4 insertions, 4 deletions
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"