summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports-mgmt/vulnerability-test-port/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/vulnerability-test-port/Makefile b/ports-mgmt/vulnerability-test-port/Makefile
index ed50d9d4cc39..1c2618b594c5 100644
--- a/ports-mgmt/vulnerability-test-port/Makefile
+++ b/ports-mgmt/vulnerability-test-port/Makefile
@@ -10,6 +10,7 @@ MAINTAINER= ports@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>