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

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 28 17:27:29 UTC 2015


Author: bdrewery
Date: Tue Apr 28 17:27:28 2015
New Revision: 384922
URL: https://svnweb.freebsd.org/changeset/ports/384922

Log:
  No need for bsd.port.options.mk now

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	Tue Apr 28 17:16:16 2015	(r384921)
+++ head/ports-mgmt/poudriere-devel/Makefile	Tue Apr 28 17:27:28 2015	(r384922)
@@ -29,8 +29,6 @@ OPTIONS_SUB=	yes
 QEMU_DESC=	Add qemu-user-static to compile ports for non-x86 architectures
 QEMU_RUN_DEPENDS=	qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
 	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Tue Apr 28 17:16:16 2015	(r384921)
+++ head/ports-mgmt/poudriere/Makefile	Tue Apr 28 17:27:28 2015	(r384922)
@@ -26,8 +26,6 @@ OPTIONS_SUB=	yes
 QEMU_DESC=	Add qemu-user-static to compile ports for non-x86 architectures
 QEMU_RUN_DEPENDS=	qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
 	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \


More information about the svn-ports-all mailing list