svn commit: r334047 - head/security/vuxml

Eitan Adler eadler at FreeBSD.org
Sun Nov 17 02:25:25 UTC 2013


Author: eadler
Date: Sun Nov 17 02:25:24 2013
New Revision: 334047
URL: http://svnweb.freebsd.org/changeset/ports/334047

Log:
  Add back NO_STAGE which snuck away during testing.

Modified:
  head/security/vuxml/Makefile

Modified: head/security/vuxml/Makefile
==============================================================================
--- head/security/vuxml/Makefile	Sun Nov 17 02:12:32 2013	(r334046)
+++ head/security/vuxml/Makefile	Sun Nov 17 02:25:24 2013	(r334047)
@@ -46,6 +46,7 @@ PLIST=		${WRKDIR}/PLIST
 
 VUXML_FILE?=	${PKGDIR}/vuln.xml
 
+NO_STAGE=	yes
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}


More information about the svn-ports-all mailing list