aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freebsd-sha1
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-11-24 14:19:22 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-11-24 14:19:22 +0000
commit8ec0adb10b84deee0b4632e8ef6ee698c3526874 (patch)
treeb92f81d663f86b73972f3ed72745dbe909bbab70 /sysutils/freebsd-sha1
parentab09f0fef42b42e6eeeb6f00da4f51860e5e8681 (diff)
downloadports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.tar.gz
ports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.zip
Notes
Diffstat (limited to 'sysutils/freebsd-sha1')
-rw-r--r--sysutils/freebsd-sha1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freebsd-sha1/Makefile b/sysutils/freebsd-sha1/Makefile
index f6a85b038f7b..b65454c53c72 100644
--- a/sysutils/freebsd-sha1/Makefile
+++ b/sysutils/freebsd-sha1/Makefile
@@ -23,7 +23,7 @@ PLIST_FILES= sbin/sha1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 502113 || (${OSVERSION} > 491100 && ${OSVERSION} < 500000)
+.if ${OSVERSION} > 502113 || ( ${OSVERSION} > 491100 && ${OSVERSION} < 500000 )
IGNORE= "sha1 now contained in the base system"
.endif