aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-16 02:56:29 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-16 02:56:29 +0000
commit8a650dee65fdcd57c9b7ad122302f4296a984571 (patch)
treef3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /ports-mgmt
parent4820fa4509fa68704bce01f9c75fd9e1db08d655 (diff)
downloadports-8a650dee65fdcd57c9b7ad122302f4296a984571.tar.gz
ports-8a650dee65fdcd57c9b7ad122302f4296a984571.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/vulnerability-test-port/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/ports-mgmt/vulnerability-test-port/Makefile b/ports-mgmt/vulnerability-test-port/Makefile
index 12697be3e295..aeb147b8758f 100644
--- a/ports-mgmt/vulnerability-test-port/Makefile
+++ b/ports-mgmt/vulnerability-test-port/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vulnerability-test-port
-# Date created: 25 Jan 2004
-# Whom: Oliver Eikemeier
-#
+# Created by: Oliver Eikemeier
# $FreeBSD$
-#
PORTNAME= vulnerability-test-port
PORTVERSION= ${INSTALLATION_DATE}
@@ -22,7 +18,7 @@ INSTALLATION_DATE= 2004.01.25
.ifdef INSTALLATION_DATE
MYDATE!= date -j -f "%Y.%m.%d" "${INSTALLATION_DATE}" "+%Y.%m.%d" 2>/dev/null
.if ${MYDATE} != ${INSTALLATION_DATE}
-IGNORE= ": \`\`${INSTALLATION_DATE}\'\' is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD"
+IGNORE= : "${INSTALLATION_DATE}" is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD
.endif
.else
INSTALLATION_DATE!= date -u "+%Y.%m.%d"