summaryrefslogtreecommitdiff
path: root/finance/cbb/files/patch-01
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-10-11 04:13:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-10-11 04:13:39 +0000
commitc9c4dc97cb412b3872ebc101314d23a11cda18a1 (patch)
tree92825c0603b0b103839e6d92a64c46a358daafe5 /finance/cbb/files/patch-01
parentMake this remove lib/expect{VERSION} on pkg_delete. (diff)
CBB is a personal check book balancing utility for Unix/X.
PR: ports/4543 Submitted by: Gary Kline <kline@thought.org> (w/mucho changes by me)
Notes
Notes: svn path=/head/; revision=8210
Diffstat (limited to 'finance/cbb/files/patch-01')
-rw-r--r--finance/cbb/files/patch-0120
1 files changed, 20 insertions, 0 deletions
diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01
new file mode 100644
index 000000000000..2cdc0f6e8e39
--- /dev/null
+++ b/finance/cbb/files/patch-01
@@ -0,0 +1,20 @@
+--- Makefile.orig Thu Jun 12 14:57:50 1997
++++ Makefile Fri Oct 10 20:52:22 1997
+@@ -26,14 +26,15 @@
+
+ CBB_ROOT = cbb-0.73
+ TAR = tar
+-PERL = perl
++PERL = ${PREFIX}/bin/perl
+
+
+ all:
+ @echo "Nothing is needed to build in advance of 'make install'"
+
+ install:
+- $(PERL) install.pl
++ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \
++ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/
+
+ docs/cbb-man.dvi: docs/cbb-man.tex
+ (cd docs; \