diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-11 01:27:53 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-11 01:27:53 +0000 |
commit | 1a30c92355378ab3153c74f00d29fc9963d33ef3 (patch) | |
tree | 1bfb7afc7dbcd4cfebefe8c2987a18b90766e1ad | |
parent | 8b05b1938e66c19e719b9ca7ec4e9e7dab56c8cf (diff) | |
download | ports-1a30c92355378ab3153c74f00d29fc9963d33ef3.tar.gz ports-1a30c92355378ab3153c74f00d29fc9963d33ef3.zip |
Notes
-rw-r--r-- | ports-mgmt/vulnerability-test-port/Makefile | 5 | ||||
-rw-r--r-- | security/vulnerability-test-port/Makefile | 5 |
2 files changed, 10 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} 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} |