diff options
author | danfe <danfe@FreeBSD.org> | 2014-07-09 14:14:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-07-09 14:14:32 +0800 |
commit | c6e5b322b67a5855f3c2eb57d10ac4ed6dddb9b4 (patch) | |
tree | 0dd50d7ed7b7211b9d607f220e846d20d48f5648 /games/quake3-osp | |
parent | 018ab0f11a60dd76214f2eb6319237e5cd3b9e3c (diff) | |
download | freebsd-ports-gnome-c6e5b322b67a5855f3c2eb57d10ac4ed6dddb9b4.tar.gz freebsd-ports-gnome-c6e5b322b67a5855f3c2eb57d10ac4ed6dddb9b4.tar.zst freebsd-ports-gnome-c6e5b322b67a5855f3c2eb57d10ac4ed6dddb9b4.zip |
- Stagify, drop PORT_OPTIONS:MDOCS check, hand over to games@ team
- Update MASTER_SITES (point to working site) and WWW line while here
Diffstat (limited to 'games/quake3-osp')
-rw-r--r-- | games/quake3-osp/Makefile | 21 | ||||
-rw-r--r-- | games/quake3-osp/pkg-descr | 2 |
2 files changed, 10 insertions, 13 deletions
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile index b5622e208256..81eb1864fd72 100644 --- a/games/quake3-osp/Makefile +++ b/games/quake3-osp/Makefile @@ -4,11 +4,11 @@ PORTNAME= osp PORTVERSION= 1.03a CATEGORIES= games -MASTER_SITES= http://osp.jsmart.web.id/orangesmoothie/downloads/ +MASTER_SITES= http://osp.dget.cc/orangesmoothie/downloads/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} -DISTNAME= osp-Quake3-${PORTVERSION}_full +DISTNAME= ${PORTNAME}-Quake3-${PORTVERSION}_full -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Quake III Arena mod: OSP Tourney DM/CA/CTF USES= zip @@ -19,7 +19,6 @@ DATADIR= ${Q3DIR}/${PORTNAME} OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include "${.CURDIR}/../quake3-data/Makefile.include" .include <bsd.port.options.mk> @@ -28,18 +27,16 @@ post-extract: @${MV} ${WRKSRC}/README.txt ${WRKSRC}/Docs do-install: - @${MKDIR} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for f in *.cfg *.pk3 description.txt filters.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor .for d in cfg-* locs vm - ${CP} -a ${WRKSRC}/${d} ${DATADIR} + ${CP} -a ${WRKSRC}/${d} ${STAGEDIR}${DATADIR} .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} "${WRKSRC}/OSP Match Quick Start.txt" \ - ${DOCSDIR}/osp-match-quick-start.txt -.endif + ${STAGEDIR}${DOCSDIR}/osp-match-quick-start.txt .include <bsd.port.mk> diff --git a/games/quake3-osp/pkg-descr b/games/quake3-osp/pkg-descr index 79e403db03dc..36211eac9a72 100644 --- a/games/quake3-osp/pkg-descr +++ b/games/quake3-osp/pkg-descr @@ -4,4 +4,4 @@ and admins alike to enhance the Quake 3 experience. There have absolutely been *NO* changes to the core gameplay or its dynamics -- its all default Quake 3 in this regard. -WWW: http://www.orangesmoothie.org/ +WWW: http://www.orangesmoothie.org/tourneyQ3A/ |