summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
commit668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch)
treea51511e38b929fa10d17436f1464819312ac60ed /finance
parentUpgrade to 1.7. (diff)
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything. Submitted by: dima
Notes
Notes: svn path=/head/; revision=13159
Diffstat (limited to 'finance')
-rw-r--r--finance/cbb/Makefile3
-rw-r--r--finance/cbb/files/patch-014
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; \