svn commit: r334647 - head/ports-mgmt/vulnerability-test-port
Eitan Adler
eadler at FreeBSD.org
Sat Nov 23 07:00:37 UTC 2013
Author: eadler
Date: Sat Nov 23 07:00:36 2013
New Revision: 334647
URL: http://svnweb.freebsd.org/changeset/ports/334647
Log:
- Stagify
Modified:
head/ports-mgmt/vulnerability-test-port/Makefile
Modified: head/ports-mgmt/vulnerability-test-port/Makefile
==============================================================================
--- head/ports-mgmt/vulnerability-test-port/Makefile Sat Nov 23 06:55:51 2013 (r334646)
+++ head/ports-mgmt/vulnerability-test-port/Makefile Sat Nov 23 07:00:36 2013 (r334647)
@@ -10,6 +10,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Standard vulnerability test for port auditing systems
NO_BUILD= yes
+NO_MTREE= yes
.if defined(PACKAGE_BUILDING)
IGNORE= is disabled on package building systems
@@ -25,8 +26,6 @@ INSTALLATION_DATE!= date -u "+%Y.%m.%d"
.endif
.endif
-NO_STAGE= yes
do-install:
- @${DO_NADA}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list