diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
commit | 7146cbc5d73c74006aad743cc648199e755b3f49 (patch) | |
tree | 0d0851281f2ec920960ee113bc90e8c90fb8b5a2 /games/quake3-wfa | |
parent | fc631bd198463ccfb8fa6d003bb0f253491bdefd (diff) | |
download | ports-7146cbc5d73c74006aad743cc648199e755b3f49.tar.gz ports-7146cbc5d73c74006aad743cc648199e755b3f49.zip |
Notes
Diffstat (limited to 'games/quake3-wfa')
-rw-r--r-- | games/quake3-wfa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile index 03e1c446464c..5c79b75d79a9 100644 --- a/games/quake3-wfa/Makefile +++ b/games/quake3-wfa/Makefile @@ -9,6 +9,7 @@ PORTNAME= wfa PORTVERSION= 3.5b CATEGORIES= games MASTER_SITES= http://www.ijs.si/~lesi/distfiles/ +PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTFILES= WFA35Engine.zip WFA35MapPack1.zip WFA35MapPack2.zip \ WFA_v35b.zip 35b_mappack1.zip DIST_SUBDIR= ${PORTNAME} @@ -19,9 +20,12 @@ COMMENT= Quake III Arena Mod: Weapons Factory Arena NO_PACKAGE= "Package will be 138MB, set FORCE_PACKAGE if you really want to build it" USE_ZIP= yes +USE_CRLF= yes NO_BUILD= yes NO_WRKSUBDIR= yes +DATADIR= ${Q3DIR}/${PORTNAME} + post-extract: @${RM} ${WRKSRC}/help/BobWFACfgV236.exe |