diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
commit | 52db683a0931c732f87ed2f11fcd51c3b128b6a7 (patch) | |
tree | 13c3554effb8b198e13024b0fbd723dcd3645969 /games/quake3-excessive | |
parent | 87e051bcecea48a935fa8519807688063fedc7f9 (diff) | |
download | FreeBSD-ports-52db683a0931c732f87ed2f11fcd51c3b128b6a7.zip FreeBSD-ports-52db683a0931c732f87ed2f11fcd51c3b128b6a7.tar.gz |
[MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's variables.
- Change dependant ports.
PR: ports/90149
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
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 b1c526f..b09f1e0 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) |