aboutsummaryrefslogtreecommitdiff
path: root/games/pcgen
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-20 20:26:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-20 20:26:21 +0000
commit81400686afbc3702e4a2ddf06c84001d91531946 (patch)
tree7369fbe8a5a4b703d6afbcb9a96750cf6b0d9210 /games/pcgen
parentd340bd141ba0d4a6e592d71c52f2343f10dff5cf (diff)
downloadports-81400686afbc3702e4a2ddf06c84001d91531946.tar.gz
ports-81400686afbc3702e4a2ddf06c84001d91531946.zip
Do not use PORTDOCS=* when all the docs are already listed in the plist
Notes
Notes: svn path=/head/; revision=354685
Diffstat (limited to 'games/pcgen')
-rw-r--r--games/pcgen/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/pcgen/Makefile b/games/pcgen/Makefile
index 927c0b342cc0..9e5cade9464f 100644
--- a/games/pcgen/Makefile
+++ b/games/pcgen/Makefile
@@ -27,8 +27,6 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-PORTDOCS= *
-
do-install:
cd ${WRKSRC} && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} ";"
cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} "{}" ${STAGEDIR}${DATADIR}/"{}" ";"