svn commit: r399783 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:22:30 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:22:29 2015
New Revision: 399783
URL: https://svnweb.freebsd.org/changeset/ports/399783

Log:
  - Add NO_ARCH
  - While I'm here, use "yes" instead of "YES"
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/vuxml/Makefile

Modified: head/security/vuxml/Makefile
==============================================================================
--- head/security/vuxml/Makefile	Mon Oct 19 20:22:24 2015	(r399782)
+++ head/security/vuxml/Makefile	Mon Oct 19 20:22:29 2015	(r399783)
@@ -22,8 +22,9 @@ RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/te
 
 USES=		python:run
 
-NO_MTREE=	YES
-NO_BUILD=	YES
+NO_MTREE=	yes
+NO_ARCH=	yes
+NO_BUILD=	yes
 WRKSRC=		${WRKDIR}
 PLIST_SUB=	XMLCAT_RM="${XMLCAT_RM}" XMLCAT_ADD="${XMLCAT_ADD}" \
 		SGMLCAT_RM="${SGMLCAT_RM}" SGMLCAT_ADD="${SGMLCAT_ADD}" \


More information about the svn-ports-head mailing list