summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-06-02 15:16:52 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-06-02 15:16:52 +0000
commit76f070089e1f06d78205dedf543db856e4701077 (patch)
tree2b5181e5edeaa2a1188672f41f9fccba56e3290e /misc/colorls
parentAdd mp3_check, a utility which verifies the integrity of mp3 files and (diff)
Disable for 5.0 machines now that support has been merged into /bin/ls.
Notes
Notes: svn path=/head/; revision=29104
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.pre.mk>
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>