diff options
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} "{}" \ |