diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2004-11-24 14:19:22 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2004-11-24 14:19:22 +0000 |
commit | 8ec0adb10b84deee0b4632e8ef6ee698c3526874 (patch) | |
tree | b92f81d663f86b73972f3ed72745dbe909bbab70 /sysutils/freebsd-sha1 | |
parent | ab09f0fef42b42e6eeeb6f00da4f51860e5e8681 (diff) | |
download | ports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.tar.gz ports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.zip |
Notes
Diffstat (limited to 'sysutils/freebsd-sha1')
-rw-r--r-- | sysutils/freebsd-sha1/Makefile | 2 |
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 |