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-osp | |
parent | fc631bd198463ccfb8fa6d003bb0f253491bdefd (diff) | |
download | ports-7146cbc5d73c74006aad743cc648199e755b3f49.tar.gz ports-7146cbc5d73c74006aad743cc648199e755b3f49.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>
Notes
Notes:
svn path=/head/; revision=151623
Diffstat (limited to 'games/quake3-osp')
-rw-r--r-- | games/quake3-osp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile index 9531a9831d7c..de4d87bf2f42 100644 --- a/games/quake3-osp/Makefile +++ b/games/quake3-osp/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.03a CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles +PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= osp-Quake3-${PORTVERSION}_full MAINTAINER= pat@FreeBSD.org @@ -18,8 +19,11 @@ COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes +USE_CRLF= yes NO_BUILD= yes +DATADIR= ${Q3DIR}/${PORTNAME} + do-install: @${MKDIR} ${DATADIR} .for f in *.cfg *.pk3 description.txt filters.txt |