svn commit: r381024 - in head/ports-mgmt: poudriere poudriere-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 11 17:33:41 UTC 2015


Author: amdmi3
Date: Wed Mar 11 17:33:39 2015
New Revision: 381024
URL: https://svnweb.freebsd.org/changeset/ports/381024
QAT: https://qat.redports.org/buildarchive/r381024/

Log:
  - Add missing EXAMPLES option
  
  PR:		196244
  Submitted by:	amdmi3
  Approved by:	bdrewery (maintainer)

Modified:
  head/ports-mgmt/poudriere-devel/Makefile
  head/ports-mgmt/poudriere/Makefile

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Wed Mar 11 16:57:28 2015	(r381023)
+++ head/ports-mgmt/poudriere-devel/Makefile	Wed Mar 11 17:33:39 2015	(r381024)
@@ -25,7 +25,7 @@ GH_TAGNAME=	${GH_COMMIT}
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d
 
-OPTIONS_DEFINE=	ZSH QEMU
+OPTIONS_DEFINE=	ZSH QEMU EXAMPLES
 OPTIONS_SUB=	yes
 
 QEMU_DESC=	Add qemu-user-static to compile ports for non-x86 architectures

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Wed Mar 11 16:57:28 2015	(r381023)
+++ head/ports-mgmt/poudriere/Makefile	Wed Mar 11 17:33:39 2015	(r381024)
@@ -24,7 +24,7 @@ GH_TAGNAME=	${GH_COMMIT}
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d
 
-OPTIONS_DEFINE=	ZSH QEMU
+OPTIONS_DEFINE=	ZSH QEMU EXAMPLES
 OPTIONS_SUB=	yes
 
 QEMU_DESC=	Add qemu-user-static to compile ports for non-x86 architectures


More information about the svn-ports-head mailing list