aboutsummaryrefslogtreecommitdiff
path: root/games/ioquake3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-09 18:20:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-09 18:20:43 +0000
commite94392c085e43b94ad3b2f58e81db16c6d27a9e4 (patch)
tree92a4d149694e1fc1cbc91f1245f7ca1e6245cd70 /games/ioquake3
parent2ef20de27010eb5ccdaa626c33d8ee683d6167a1 (diff)
downloadports-e94392c085e43b94ad3b2f58e81db16c6d27a9e4.tar.gz
ports-e94392c085e43b94ad3b2f58e81db16c6d27a9e4.zip
Notes
Diffstat (limited to 'games/ioquake3')
-rw-r--r--games/ioquake3/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile
index 6afe24d71f56..3de55ae78eae 100644
--- a/games/ioquake3/Makefile
+++ b/games/ioquake3/Makefile
@@ -221,7 +221,7 @@ PLIST_DIRS+= ${LIBDIR}
.endif
.if ${PORT_OPTIONS:MDOCS}
PLIST_DIRS+= ${DOCSDIR}
-. for doc in ${Q3DOCS}
+. for doc in ${Q3DOCS:O:u}
IOQ3_INST+= DATA;../../${doc};${DOCSDIR}/${doc}
. endfor
.endif
@@ -241,11 +241,6 @@ do-install: ${Q3INSTALL}
${STAGEDIR}${PREFIX}/${inst:C/.*;//}
.endfor
-post-install:
- @${JOT} -s '' -b= 78
- @${CAT} ${PKGMESSAGE}
- @${JOT} -s '' -b= 78
-
.if !defined(Q3TOTALCONV)
.include "${.CURDIR}/../quake3-data/Makefile.include"
.endif