diff options
author | eik <eik@FreeBSD.org> | 2004-05-11 09:27:53 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-11 09:27:53 +0800 |
commit | 5bb47f94779c58670a79ff07ca29dd3e9b6d830a (patch) | |
tree | 0d44d3d449fad9ab122fd69f019116e299f3517b /ports-mgmt | |
parent | 6480467ad9e2dbc3a7f515b0d758151beff51269 (diff) | |
download | freebsd-ports-gnome-5bb47f94779c58670a79ff07ca29dd3e9b6d830a.tar.gz freebsd-ports-gnome-5bb47f94779c58670a79ff07ca29dd3e9b6d830a.tar.zst freebsd-ports-gnome-5bb47f94779c58670a79ff07ca29dd3e9b6d830a.zip |
disable on bento because the dynamical
port version triggers a consistency check.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/vulnerability-test-port/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports-mgmt/vulnerability-test-port/Makefile b/ports-mgmt/vulnerability-test-port/Makefile index 56e4e66a057d..24f12dde2aa7 100644 --- a/ports-mgmt/vulnerability-test-port/Makefile +++ b/ports-mgmt/vulnerability-test-port/Makefile @@ -15,6 +15,10 @@ COMMENT= Standard vulnerability test for port auditing systems NO_BUILD= yes +.if defined(PARALLEL_PACKAGE_BUILD) +IGNORE= is disabled on package building systems +INSTALLATION_DATE= 2004.01.25 +.else .ifdef INSTALLATION_DATE MYDATE!= date -j -f "%Y.%m.%d" "${INSTALLATION_DATE}" "+%Y.%m.%d" 2>/dev/null .if ${MYDATE} != ${INSTALLATION_DATE} @@ -23,6 +27,7 @@ IGNORE= ": \`\`${INSTALLATION_DATE}\'\' is not a legal date. INSTALLATION_DATE .else INSTALLATION_DATE!= date -u "+%Y.%m.%d" .endif +.endif do-install: @${DO_NADA} |