diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-11 12:13:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-11 12:13:39 +0800 |
commit | 385e75aa01dcaea0ddfd28b6dfbccd216f21d0c1 (patch) | |
tree | 5df40dc158c04531fe21abf453b9372d1851d5b0 /finance/cbb/files | |
parent | ceeca700520a2f80388c663dbae31f165d5b1c30 (diff) | |
download | freebsd-ports-gnome-385e75aa01dcaea0ddfd28b6dfbccd216f21d0c1.tar.gz freebsd-ports-gnome-385e75aa01dcaea0ddfd28b6dfbccd216f21d0c1.tar.zst freebsd-ports-gnome-385e75aa01dcaea0ddfd28b6dfbccd216f21d0c1.zip |
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)
Diffstat (limited to 'finance/cbb/files')
-rw-r--r-- | finance/cbb/files/patch-01 | 20 |
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; \ |