Make this port actually work. One place had ${PREFIX}/share/ccb for

the library dir, while all the others have ${PREFIX}/lib/ccb.  A
working, maybe slightly architecuturally impure port is better than a
nonworking port, so make the change before the ports freeze.
This commit is contained in:
Warner Losh 1998-10-10 11:07:24 +00:00
parent 7076c9755d
commit 3113cf5195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13847
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
docs/cbb-man.dvi: docs/cbb-man.tex

View File

@ -13,7 +13,7 @@
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
docs/cbb-man.dvi: docs/cbb-man.tex