mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
disable on bento because the dynamical
port version triggers a consistency check.
This commit is contained in:
parent
8b05b1938e
commit
1a30c92355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108880
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user