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 | |
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.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/cbb/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash-devel/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 2 |
3 files changed, 4 insertions, 4 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> diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 7e5ca2024657..88568e474d5a 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnucash -MAINTAINER= ade@FreeBSD.org +MAINTAINER= ade@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ g-wrap:${PORTSDIR}/devel/g-wrap \ diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7e5ca2024657..88568e474d5a 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnucash -MAINTAINER= ade@FreeBSD.org +MAINTAINER= ade@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ g-wrap:${PORTSDIR}/devel/g-wrap \ |