diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-12 09:25:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-12 09:25:24 +0000 |
commit | 506e4ece925777ec59739fab3448104613e08b44 (patch) | |
tree | 0dfea0b8b145a4110806e11ac1407c1abfd9fa0d /games/quake-dpmod | |
parent | ca323aed9461a8d3d695e53b243053fbef56595c (diff) | |
download | ports-506e4ece925777ec59739fab3448104613e08b44.tar.gz ports-506e4ece925777ec59739fab3448104613e08b44.zip |
Notes
Diffstat (limited to 'games/quake-dpmod')
-rw-r--r-- | games/quake-dpmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile index 7f2b4fb3ac30..0949dd433efe 100644 --- a/games/quake-dpmod/Makefile +++ b/games/quake-dpmod/Makefile @@ -9,6 +9,7 @@ PORTNAME= dpmod PORTVERSION= 20050818 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/ +PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX} DISTNAME= darkplacesmod${PORTVERSION} MAINTAINER= alejandro@varnet.biz @@ -20,6 +21,8 @@ USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes +DATDAIR= ${Q1DIR}/${PORTNAME} + post-extract: # Remove CVS directories @${FIND} ${WRKDIR} -type d -name CVS -print0 | \ |