From 76f070089e1f06d78205dedf543db856e4701077 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Fri, 2 Jun 2000 15:16:52 +0000 Subject: Disable for 5.0 machines now that support has been merged into /bin/ls. --- misc/colorls/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'misc/colorls') diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 6650bd6e22de..131427179e90 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -14,6 +14,11 @@ DISTFILES= ls-${PORTVERSION}.tar.gz MAINTAINER= asami@FreeBSD.org +.include +.if ${OSVERSION} >= 500004 +FORBIDDEN= "colour support is already in the base system" +.endif + MAN1= colorls.1 MANCOMPRESSED= maybe @@ -22,4 +27,4 @@ WRKSRC= ${WRKDIR}/ls pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 -.include +.include -- cgit v1.2.3