Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 20:26:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354685 - head/games/pcgen
Message-ID:  <201405202026.s4KKQMOo071067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/"{}" ";"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405202026.s4KKQMOo071067>