aboutsummaryrefslogtreecommitdiff
path: root/net/csup
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-06-22 18:51:58 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-06-22 18:51:58 +0000
commite682569e076cedd3aa076cc37c4d4afb1d975fe1 (patch)
tree4c88856a87d0f3483d5d18e6b7cdd2f1d5c4e139 /net/csup
parentb07e1befb0c0a07cab2b701c61de9a981b8c1ce9 (diff)
downloadports-e682569e076cedd3aa076cc37c4d4afb1d975fe1.tar.gz
ports-e682569e076cedd3aa076cc37c4d4afb1d975fe1.zip
Notes
Diffstat (limited to 'net/csup')
-rw-r--r--net/csup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile
index d9bdc2875e4c..4f68ef78fe6a 100644
--- a/net/csup/Makefile
+++ b/net/csup/Makefile
@@ -24,7 +24,7 @@ PLIST_FILES= bin/csup \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601100 && ${OSVERSION} < 700000 )
+.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 )
IGNORE= is already in the base system
.endif