diff options
author | joe <joe@FreeBSD.org> | 2000-06-02 23:16:52 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-06-02 23:16:52 +0800 |
commit | f5600c761b4585115fa7039619c49d58cf88b36b (patch) | |
tree | e5fd95cece41a09dccd8d7835cb5fc27cd2279ca /misc | |
parent | 580bf02745160c5f1ad52058046eeb50fcb901f9 (diff) | |
download | freebsd-ports-gnome-f5600c761b4585115fa7039619c49d58cf88b36b.tar.gz freebsd-ports-gnome-f5600c761b4585115fa7039619c49d58cf88b36b.tar.zst freebsd-ports-gnome-f5600c761b4585115fa7039619c49d58cf88b36b.zip |
Disable for 5.0 machines now that support has been merged into /bin/ls.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colorls/Makefile | 7 |
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> |