aboutsummaryrefslogtreecommitdiffstats
path: root/games/boswars/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/boswars/Makefile')
-rw-r--r--games/boswars/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
index 5bd55900906d..33ad38b68832 100644
--- a/games/boswars/Makefile
+++ b/games/boswars/Makefile
@@ -29,6 +29,8 @@ CFLAGS+= -DSTRATAGUS_LIB_PATH='"\"${DATADIR}\""'
DESKTOP_ENTRIES= "Bos Wars" "${COMMENT}" "" \
"boswars" "Game;StrategyGame;" false
+PORTDOCS= *
+
.include <bsd.port.options.mk>
post-patch:
@@ -48,7 +50,7 @@ do-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
+ ${COPYTREE_SHARE} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>