diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-21 04:26:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-21 04:26:21 +0800 |
commit | ecd1ee57f149b9b53fef1195ac2513dbd76e6140 (patch) | |
tree | 7369fbe8a5a4b703d6afbcb9a96750cf6b0d9210 /games | |
parent | a2119562aeccdc908b6faf8b2a268b418b87f3e9 (diff) | |
download | freebsd-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/Makefile | 2 |
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}/"{}" ";" |