diff options
author | mnag <mnag@FreeBSD.org> | 2006-06-23 02:51:58 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-06-23 02:51:58 +0800 |
commit | c530235c59234361401ff36cb7273540e6302916 (patch) | |
tree | 739f1886de997a05157c3808d47139128e896464 /net | |
parent | ab2f4f7e2833381bddb11445d1464869e33a8471 (diff) | |
download | freebsd-ports-gnome-c530235c59234361401ff36cb7273540e6302916.tar.gz freebsd-ports-gnome-c530235c59234361401ff36cb7273540e6302916.tar.zst freebsd-ports-gnome-c530235c59234361401ff36cb7273540e6302916.zip |
- Fix OSVERSION detection in RELENG_6 and RELENG_6_1
Diffstat (limited to 'net')
-rw-r--r-- | net/csup/Makefile | 2 |
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 |