diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-20 19:59:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-20 19:59:18 +0800 |
commit | 52db683a0931c732f87ed2f11fcd51c3b128b6a7 (patch) | |
tree | 13c3554effb8b198e13024b0fbd723dcd3645969 /games/quake3-ut | |
parent | 87e051bcecea48a935fa8519807688063fedc7f9 (diff) | |
download | freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.tar.gz freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.tar.zst freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.zip |
[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-ut')
-rw-r--r-- | games/quake3-ut/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |