diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-06-02 15:16:52 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-06-02 15:16:52 +0000 |
| commit | 76f070089e1f06d78205dedf543db856e4701077 (patch) | |
| tree | 2b5181e5edeaa2a1188672f41f9fccba56e3290e | |
| parent | Add 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
| -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> |
