diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-24 03:21:47 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-24 03:21:47 +0000 |
commit | 88dc3f9c47884064fea14d100bc54ba292060935 (patch) | |
tree | d23de69441f75fac881408805bffc7d438a5a812 /games/quake-dpmod/Makefile | |
parent | b94a8bcddfe3f190c41ff5481d218ded0502e475 (diff) |
Notes
Diffstat (limited to 'games/quake-dpmod/Makefile')
-rw-r--r-- | games/quake-dpmod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile index 4db7ee3b2e60..0c3588d393a3 100644 --- a/games/quake-dpmod/Makefile +++ b/games/quake-dpmod/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dpmod -PORTVERSION= 20050818 +PORTVERSION= 20060606 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/ PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX} @@ -32,7 +32,8 @@ post-extract: @${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat do-install: - ${CP} -R ${WRKSRC}/dpmod ${DATADIR} + ${MKDIR} ${DATADIR} + ${CP} -R ${WRKSRC}/dpmod/* ${DATADIR} .include "${.CURDIR}/../quake-data/Makefile.include" |