freebsd-ports/finance/cbb/files/patch-01
David E. O'Brien d97157be9f `wishpath' was incorrectly specified.
cbb uses `ical' for its calander, so run depend on it.
(could easily be changed to plan for those that perfer it)
1998-02-19 20:44:06 +00:00

20 lines
474 B
Text

--- 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/wish4.2
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \