diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-07-10 11:17:21 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-07-10 11:17:21 +0000 |
commit | bcafddc44e447116c64fe470deae62e424e0a0d5 (patch) | |
tree | 53d6b8db891b178878e34d502230faf25275645f /databases/sixpack | |
parent | a9f84711ca18db71dbc34eaa43212c7dadd034b7 (diff) | |
download | ports-bcafddc44e447116c64fe470deae62e424e0a0d5.tar.gz ports-bcafddc44e447116c64fe470deae62e424e0a0d5.zip |
Notes
Diffstat (limited to 'databases/sixpack')
-rw-r--r-- | databases/sixpack/files/patch-install | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/sixpack/files/patch-install b/databases/sixpack/files/patch-install index 89a3e2a3a6eb..06c1d0c9f6bd 100644 --- a/databases/sixpack/files/patch-install +++ b/databases/sixpack/files/patch-install @@ -9,17 +9,17 @@ -BINDEST=/usr/local/bin -SIXDIR=/usr/local/lib/sixpack -SIXDOC=$SIXDIR/doc -+BPHOME=/opt/share/sixpack/bp -+PICSDIR=/opt/share/sixpack/pix -+BINDEST=/opt/bin -+SIXDIR=/opt/share/sixpack -+SIXDOC=/opt/share/doc/sixpack ++BPHOME=%%DATADIR%%/bp ++PICSDIR=%%DATADIR%%/pix ++BINDEST=%%PREFIX%%/bin ++SIXDIR=%%DATADIR%% ++SIXDOC=%%DOCSDIR%%/sixpack BIBXRESFILE=$SIXDIR/Bib # CONFDEST is the location of the configuration file. -CONFDEST=/etc/sixpack.rc -+CONFDEST=/opt/etc/sixpack.rc ++CONFDEST=%%PREFIX%%/etc/sixpack.rc # CONFDEST=~/.sixpack.rc #these will be spliced into the conf files: |