1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Disable for 5.0 machines now that support has been merged into /bin/ls.

This commit is contained in:
Josef Karthauser 2000-06-02 15:16:52 +00:00
parent a7a7da2ca6
commit 76f070089e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29104

View File

@ -14,6 +14,11 @@ DISTFILES= ls-${PORTVERSION}.tar.gz
MAINTAINER= asami@FreeBSD.org 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 MAN1= colorls.1
MANCOMPRESSED= maybe MANCOMPRESSED= maybe
@ -22,4 +27,4 @@ WRKSRC= ${WRKDIR}/ls
pre-patch: pre-patch:
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
.include <bsd.port.mk> .include <bsd.port.post.mk>