From c9c4dc97cb412b3872ebc101314d23a11cda18a1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 11 Oct 1997 04:13:39 +0000 Subject: CBB is a personal check book balancing utility for Unix/X. PR: ports/4543 Submitted by: Gary Kline (w/mucho changes by me) --- finance/cbb/files/patch-01 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 finance/cbb/files/patch-01 (limited to 'finance/cbb/files/patch-01') 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; \ -- cgit v1.2.3