diff options
author | imp <imp@FreeBSD.org> | 1998-10-10 19:07:24 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-10-10 19:07:24 +0800 |
commit | e38d0540af70cb97f5d516a01c7ac64df8650cf9 (patch) | |
tree | 18757015177691c8f5fdd849ff864c98d6352b01 /finance/cbb | |
parent | 943890d47d32acdae91f900539ff914a1f27e7db (diff) | |
download | freebsd-ports-gnome-e38d0540af70cb97f5d516a01c7ac64df8650cf9.tar.gz freebsd-ports-gnome-e38d0540af70cb97f5d516a01c7ac64df8650cf9.tar.zst freebsd-ports-gnome-e38d0540af70cb97f5d516a01c7ac64df8650cf9.zip |
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.
Diffstat (limited to 'finance/cbb')
-rw-r--r-- | finance/cbb/files/patch-01 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 index a5ed8e9443ae..4da5f452ada3 100644 --- a/finance/cbb/files/patch-01 +++ b/finance/cbb/files/patch-01 @@ -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 |