From ecd1ee57f149b9b53fef1195ac2513dbd76e6140 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 20 May 2014 20:26:21 +0000 Subject: Do not use PORTDOCS=* when all the docs are already listed in the plist --- games/pcgen/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'games') diff --git a/games/pcgen/Makefile b/games/pcgen/Makefile index 927c0b342cc..9e5cade9464 100644 --- a/games/pcgen/Makefile +++ b/games/pcgen/Makefile @@ -27,8 +27,6 @@ OPTIONS_DEFINE= DOCS .include -PORTDOCS= * - do-install: cd ${WRKSRC} && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} ";" cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} "{}" ${STAGEDIR}${DATADIR}/"{}" ";" -- cgit