From 81400686afbc3702e4a2ddf06c84001d91531946 Mon Sep 17 00:00:00 2001 From: Antoine Brodin 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/pcgen') 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 -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 v1.2.3