aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-08 04:40:39 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-08 04:40:39 +0800
commit83c78e6e42c8fb140f9fac8ce2febf14f1638dd5 (patch)
tree66229ef0e3550bca95f45614ee717887ab4e9085 /games
parent1879d76719e943255e856e9e7c74e17827f1f7a4 (diff)
downloadfreebsd-ports-gnome-83c78e6e42c8fb140f9fac8ce2febf14f1638dd5.tar.gz
freebsd-ports-gnome-83c78e6e42c8fb140f9fac8ce2febf14f1638dd5.tar.zst
freebsd-ports-gnome-83c78e6e42c8fb140f9fac8ce2febf14f1638dd5.zip
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
Diffstat (limited to 'games')
-rw-r--r--games/galaxymage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile
index 6f2fc0dad6bd..d816f78a2468 100644
--- a/games/galaxymage/Makefile
+++ b/games/galaxymage/Makefile
@@ -37,7 +37,7 @@ post-configure:
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/GalaxyMage.py ${PREFIX}/bin/GalaxyMage
- @${MKDIR} ${DATADIR} ${DOCSDIR}
+ @${MKDIR} ${DATADIR}
.for DIRE in src data
@cd ${WRKSRC}/${DIRE} && \
${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
@@ -51,6 +51,7 @@ do-install:
${PREFIX}/share/locale/${FILE}/LC_MESSAGES
.endfor
.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/doc && \
${FIND} * -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
${FIND} -E * -type f -iregex ".*\.(html|css|txt|png)" -exec ${INSTALL_DATA} "{}" \