aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-psychomod
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-psychomod
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-psychomod')
-rw-r--r--games/quake2-psychomod/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/quake2-psychomod/Makefile b/games/quake2-psychomod/Makefile
index d30255582787..3e93f1d5d9e0 100644
--- a/games/quake2-psychomod/Makefile
+++ b/games/quake2-psychomod/Makefile
@@ -1,14 +1,13 @@
-# Created by: alepulver
+# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
# $FreeBSD$
PORTNAME= psychomod
PORTVERSION= 3.1
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= alepulver
+MASTER_SITES= LOCAL/alepulver
PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= Psychomod modification for Quake II
USES= gmake tar:bzip2
@@ -18,6 +17,8 @@ ALL_TARGET= release
DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK}
+OPTIONS_DEFINE= DOCS
+
.include "${.CURDIR}/../quake2-data/Makefile.include"
post-patch:
@@ -28,7 +29,8 @@ do-install:
@${MKDIR} ${STAGEDIR}${Q2DIR}/${PORTNAME}
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/release/psychomod/game.so \
${STAGEDIR}${Q2DIR}/${PORTNAME}
- cd ${WRKSRC} && ${INSTALL_DATA} *.cfg pak0.pak ${STAGEDIR}${Q2DIR}/${PORTNAME}
+ cd ${WRKSRC} && ${INSTALL_DATA} *.cfg pak0.pak \
+ ${STAGEDIR}${Q2DIR}/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}