Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:22:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399783 - head/security/vuxml
Message-ID:  <201510192022.t9JKMT5R034008@repo.freebsd.org>

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



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