diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-08 04:40:39 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-08 04:40:39 +0800 |
commit | 83c78e6e42c8fb140f9fac8ce2febf14f1638dd5 (patch) | |
tree | 66229ef0e3550bca95f45614ee717887ab4e9085 /games | |
parent | 1879d76719e943255e856e9e7c74e17827f1f7a4 (diff) | |
download | freebsd-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/Makefile | 3 |
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} "{}" \ |