diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
| commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
| tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /misc/colorls | |
| parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'misc/colorls')
| -rw-r--r-- | misc/colorls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index cc5be1228f3a..41d028854435 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500004 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400020 -FORBIDDEN= "colour support is already in the base system" +FORBIDDEN= "colour support is already in the base system" .endif MAN1= colorls.1 |
