diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /finance/cbb | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) | |
download | ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.zip |
Notes
Diffstat (limited to 'finance/cbb')
-rw-r--r-- | finance/cbb/Makefile | 3 | ||||
-rw-r--r-- | finance/cbb/files/patch-01 | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index d78e7346ce9a..f078e5c7cf5e 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.5 1998/08/07 23:56:13 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/08 00:20:19 asami Exp $ # DISTNAME= cbb-0.73 @@ -20,6 +20,7 @@ LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes +MAKE_ENV= PERL5=${PERL5} pre-configure: ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 index f3afa97b8a2c..a5ed8e9443ae 100644 --- a/finance/cbb/files/patch-01 +++ b/finance/cbb/files/patch-01 @@ -5,7 +5,7 @@ CBB_ROOT = cbb-0.73 TAR = tar -PERL = perl -+PERL = ${PREFIX}/bin/perl ++PERL = ${PERL5} all: @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \ -+ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/wish4.2 ++ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ |