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-ut/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/quake3-ut') diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile index 36155dd63550..d81feb345b44 100644 --- a/games/quake3-ut/Makefile +++ b/games/quake3-ut/Makefile @@ -9,16 +9,20 @@ PORTNAME= ut PORTVERSION= 3.7 CATEGORIES= games MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ +PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= urbanTerror${PORTVERSION:S/.//}_full MAINTAINER= pat@FreeBSD.org COMMENT= Quake III Arena Mod: Urban Terror USE_ZIP= yes +USE_CRLF= yes NO_BUILD= yes NO_WRKSUBDIR= yes NO_PACKAGE= "Distfile is \>256MB\; define FORCE_PACKAGE if you really want this." +DATADIR= ${Q3DIR}/${PORTNAME} + do-install: @${MKDIR} ${DATADIR} .for f in *.pk3 description.txt -- cgit