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-excessive | |
parent | fc631bd198463ccfb8fa6d003bb0f253491bdefd (diff) | |
download | ports-7146cbc5d73c74006aad743cc648199e755b3f49.tar.gz ports-7146cbc5d73c74006aad743cc648199e755b3f49.zip |
Notes
Diffstat (limited to 'games/quake3-excessive')
-rw-r--r-- | games/quake3-excessive/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile index b1c526fcc761..b09f1e07c03e 100644 --- a/games/quake3-excessive/Makefile +++ b/games/quake3-excessive/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 003 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pat +PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} MAINTAINER= pat@FreeBSD.org @@ -18,8 +19,11 @@ COMMENT= Quake III Arena Mod: Excessive WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes +USE_CRLF= yes NO_BUILD= yes +DATADIR= ${Q3DIR}/${PORTNAME} + post-extract: @(cd ${WRKSRC}; ${UNZIP_CMD} description.pk3) |