diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-23 07:00:36 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-23 07:00:36 +0000 |
commit | de9bf77fd25d8d1a2f902d5fc2b59eeb06409c7e (patch) | |
tree | f3d8173b9af7eb150bb697eaf9398cf2d6ad75ec /ports-mgmt | |
parent | 31c507c5a773499fba54229808a11ba3335618b9 (diff) | |
download | ports-de9bf77fd25d8d1a2f902d5fc2b59eeb06409c7e.tar.gz ports-de9bf77fd25d8d1a2f902d5fc2b59eeb06409c7e.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/vulnerability-test-port/Makefile | 3 |
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> |