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 /finance/cbb | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'finance/cbb')
-rw-r--r-- | finance/cbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index 141b81bbb0c9..8e7f4f91114b 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -15,9 +15,9 @@ MAINTAINER= kline@thought.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -NO_BUILD= yes +NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> |