From 52db683a0931c732f87ed2f11fcd51c3b128b6a7 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 20 Dec 2005 11:59:18 +0000 Subject: [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 --- games/quake3-excessive/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/quake3-excessive') 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) -- cgit v1.1