diff options
author | vd <vd@FreeBSD.org> | 2006-03-21 15:10:29 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-03-21 15:10:29 +0800 |
commit | c280248ac40d3da764361ac8249e5a377400b6d4 (patch) | |
tree | 4a76e6ad40fe96035bacf39f63ea8014eacf041a /games/quake-dpmod | |
parent | a98228b04ce8375fcb6f381ffe1d2bbb183fc979 (diff) | |
download | freebsd-ports-gnome-c280248ac40d3da764361ac8249e5a377400b6d4.tar.gz freebsd-ports-gnome-c280248ac40d3da764361ac8249e5a377400b6d4.tar.zst freebsd-ports-gnome-c280248ac40d3da764361ac8249e5a377400b6d4.zip |
* Fix dependency to games/darkplaces
* Fix installation path (typo)
* Extend comment
PR: ports/91841
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games/quake-dpmod')
-rw-r--r-- | games/quake-dpmod/Makefile | 8 |
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" |