diff options
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} |