From 1a30c92355378ab3153c74f00d29fc9963d33ef3 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Tue, 11 May 2004 01:27:53 +0000 Subject: disable on bento because the dynamical port version triggers a consistency check. --- ports-mgmt/vulnerability-test-port/Makefile | 5 +++++ security/vulnerability-test-port/Makefile | 5 +++++ 2 files changed, 10 insertions(+) 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} diff --git a/security/vulnerability-test-port/Makefile b/security/vulnerability-test-port/Makefile index 56e4e66a057d..24f12dde2aa7 100644 --- a/security/vulnerability-test-port/Makefile +++ b/security/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} -- cgit v1.2.3