Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 22:29:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362743 - head/graphics/makehuman
Message-ID:  <201407232229.s6NMTajV025278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 23 22:29:36 2014
New Revision: 362743
URL: http://svnweb.freebsd.org/changeset/ports/362743
QAT: https://qat.redports.org/buildarchive/r362743/

Log:
  - Optionize DOCS

Modified:
  head/graphics/makehuman/Makefile

Modified: head/graphics/makehuman/Makefile
==============================================================================
--- head/graphics/makehuman/Makefile	Wed Jul 23 22:29:30 2014	(r362742)
+++ head/graphics/makehuman/Makefile	Wed Jul 23 22:29:36 2014	(r362743)
@@ -25,7 +25,7 @@ PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	*
 PORTDATA=	*
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \



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