mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c9c4dc97cb
PR: ports/4543 Submitted by: Gary Kline <kline@thought.org> (w/mucho changes by me)
21 lines
467 B
Plaintext
21 lines
467 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 = ${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; \
|