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 /misc/colorls | |
parent | a7a7da2ca6485e2d0c7efa0407c10a9d58263e26 (diff) | |
download | ports-76f070089e1f06d78205dedf543db856e4701077.tar.gz ports-76f070089e1f06d78205dedf543db856e4701077.zip |
Notes
Diffstat (limited to 'misc/colorls')
-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> |