aboutsummaryrefslogtreecommitdiff
path: root/games/opensurge
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-12 23:55:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-12 23:55:25 +0000
commitf58b3b87fd451f999810a0a0cc2b3bed3746c960 (patch)
treeafadfea122af8afab123908cd9258ea677700b56 /games/opensurge
parent2a2f35c352ad3ab7503e2d74bd25082792f15568 (diff)
downloadports-f58b3b87fd451f999810a0a0cc2b3bed3746c960.tar.gz
ports-f58b3b87fd451f999810a0a0cc2b3bed3746c960.zip
Notes
Diffstat (limited to 'games/opensurge')
-rw-r--r--games/opensurge/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile
index 0763f8c25ef6..1c7c26ab7462 100644
--- a/games/opensurge/Makefile
+++ b/games/opensurge/Makefile
@@ -35,6 +35,7 @@ DOS2UNIX_GLOB= *.bg *.brk *.grp *.inc *.lev *.lng *.obj *.qst *.spr *.txt
USE_GCC= yes
PORTDOCS= readme.html
+PORTDATA= *
OPTIONS_DEFINE= DOCS
SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message
@@ -79,9 +80,4 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
- @cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL} \
- -type f >> ${TMPPLIST} && \
- ${FIND} ${DATADIR_REL} -type d -o -type l | ${SORT} -r | \
- ${SED} 's|^|@dirrm |' >> ${TMPPLIST}
-
.include <bsd.port.mk>