aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-05-21 04:26:21 +0800
committerantoine <antoine@FreeBSD.org>2014-05-21 04:26:21 +0800
commitecd1ee57f149b9b53fef1195ac2513dbd76e6140 (patch)
tree7369fbe8a5a4b703d6afbcb9a96750cf6b0d9210 /games
parenta2119562aeccdc908b6faf8b2a268b418b87f3e9 (diff)
downloadfreebsd-ports-gnome-ecd1ee57f149b9b53fef1195ac2513dbd76e6140.tar.gz
freebsd-ports-gnome-ecd1ee57f149b9b53fef1195ac2513dbd76e6140.tar.zst
freebsd-ports-gnome-ecd1ee57f149b9b53fef1195ac2513dbd76e6140.zip
Do not use PORTDOCS=* when all the docs are already listed in the plist
Diffstat (limited to 'games')
-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}/"{}" ";"