aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-source
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-07-09 02:29:21 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-07-09 02:29:21 +0000
commit61a77b54cae059dfc6249a2aa267d5b77014f7ac (patch)
treed312da08ba282ae6507debe3a1910b20c576f5d8 /games/quake2-source
parente2b87648a31dff9326725aee334c7d746e9bbd34 (diff)
downloadports-61a77b54cae059dfc6249a2aa267d5b77014f7ac.tar.gz
ports-61a77b54cae059dfc6249a2aa267d5b77014f7ac.zip
Mostly cosmetic fixes over various Quake2 ports:
- Wrap overly long lines to fit standard terminal width - When installing pre-generated docs, do not check PORT_OPTIONS:MDOCS which is useless in post-stage era - Simplify MASTER_SITES, optimize away MASTER_SITE_SUBDIR if possible - Amend COMMENT text and pkg-descr in `quake2-lights' port - Unbreak installation of Quake2-LNX (icculus.org port)
Notes
Notes: svn path=/head/; revision=361325
Diffstat (limited to 'games/quake2-source')
-rw-r--r--games/quake2-source/Makefile12
-rw-r--r--games/quake2-source/pkg-descr6
2 files changed, 8 insertions, 10 deletions
diff --git a/games/quake2-source/Makefile b/games/quake2-source/Makefile
index 45c0a0022d9a..ec91bc9fc443 100644
--- a/games/quake2-source/Makefile
+++ b/games/quake2-source/Makefile
@@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:icc
DIST_SUBDIR= quake2lnx
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= Quake II game source
NO_BUILD= yes
@@ -46,19 +46,19 @@ XATRIX_OFF= 441
post-extract:
.for f in rogue xatrix
-. if ${PORT_OPTIONS:M${f:tu}}
+. if ${PORT_OPTIONS:M${f:tu}}
@${MKDIR} ${WRKSRC}/src/${f}
@(cd ${WRKSRC}/src/${f} && ${GUNZIP_CMD} -c \
${DISTDIR}/${DIST_SUBDIR}/${f}src320.shar.Z > \
${f}src320.shar && \
${TAIL} +${${f:tu}_OFF} ${f}src320.shar | ${SH})
-. endif
+. endif
.endfor
pre-install:
- @${FIND} -E ${WRKSRC} -type f \
- -iregex "(Makefile|.*\.(def|dsp|orig|shar))" -print0 | \
- ${XARGS} -0 ${RM}
+ @${FIND} -E ${WRKSRC} -type f -iregex \
+ "(Makefile|.*\.(def|dsp|orig|shar))" -print0 | \
+ ${XARGS} -0 ${RM}
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/games/quake2-source/pkg-descr b/games/quake2-source/pkg-descr
index 4b82f4c49328..ee2535073fd7 100644
--- a/games/quake2-source/pkg-descr
+++ b/games/quake2-source/pkg-descr
@@ -1,5 +1,3 @@
-Quake II game source.
-
This port installs the Quake II game source, together with BSD Makefiles, for
-building modifications. It can also install the Capture the Flag mod, Rogue
-and Xatrix game source.
+building modifications. It can also install the Capture the Flag mod, Rogue,
+and Xatrix game sources.