diff options
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" |