summaryrefslogtreecommitdiff
path: root/finance/cbb/files/patch-01
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/cbb/files/patch-01
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 '')
-rw-r--r--finance/cbb/files/patch-014
1 files changed, 2 insertions, 2 deletions
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; \