svn commit: r354685 - head/games/pcgen

Antoine Brodin antoine at FreeBSD.org
Tue May 20 20:26:22 UTC 2014


Author: antoine
Date: Tue May 20 20:26:21 2014
New Revision: 354685
URL: http://svnweb.freebsd.org/changeset/ports/354685
QAT: https://qat.redports.org/buildarchive/r354685/

Log:
  Do not use PORTDOCS=* when all the docs are already listed in the plist

Modified:
  head/games/pcgen/Makefile

Modified: head/games/pcgen/Makefile
==============================================================================
--- head/games/pcgen/Makefile	Tue May 20 20:24:28 2014	(r354684)
+++ head/games/pcgen/Makefile	Tue May 20 20:26:21 2014	(r354685)
@@ -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}/"{}" ";"


More information about the svn-ports-all mailing list