freebsd-ports/finance/cbb/files/patch-01
Satoshi Asami 668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00

21 lines
454 B
Plaintext

--- 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 = ${PERL5}
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 ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \