diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /finance/cbb/files/patch-01 | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'finance/cbb/files/patch-01')
-rw-r--r-- | finance/cbb/files/patch-01 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 deleted file mode 100644 index f2cf5dc731a8..000000000000 --- a/finance/cbb/files/patch-01 +++ /dev/null @@ -1,20 +0,0 @@ ---- 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.74 - TAR = tar --PERL = perl -+PERL = ${PERL5} - - - all: - @echo "Nothing is needed to build in advance of 'make install'" - - install: -- $(PERL) install.pl -+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \ -+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0 - - docs/cbb-man.dvi: docs/cbb-man.tex - (cd docs; \ |