diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-04 23:54:24 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-04 23:54:24 +0000 |
| commit | a0f9595552dbd36f1f96ca5ea1a3399c05b4c9c6 (patch) | |
| tree | b62e860afb627ae977aa49fbcbd4b2e8a36cfc66 | |
| parent | aaa8ce3eaab7908444db2dc4573b6d3ed04e523b (diff) | |
Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of
versions to skip.
| -rw-r--r-- | misc/colorls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index ac438144b8fb..d793108792c3 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -16,7 +16,7 @@ DISTFILES= ls-${PORTVERSION}.tar.gz MAINTAINER= asami@FreeBSD.org .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500004 +.if ${OSVERSION} >= 500004 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400020 FORBIDDEN= "colour support is already in the base system" .endif |
