diff options
author | knu <knu@FreeBSD.org> | 2000-06-20 05:16:27 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-20 05:16:27 +0000 |
commit | 9b3eb758569c1683a42baca04d82547c20fef30b (patch) | |
tree | a1ad92829773e3cd9686bc4ed2ae0e37675059e5 /databases/postgresql73 | |
parent | 4c453d11637dead43a80f959d5fc259bd77a9501 (diff) | |
download | FreeBSD-ports-9b3eb758569c1683a42baca04d82547c20fef30b.zip FreeBSD-ports-9b3eb758569c1683a42baca04d82547c20fef30b.tar.gz |
Use ${PKG_PREFIX} instead of `/usr/local'.
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql73/pkg-install b/databases/postgresql73/pkg-install index 012699f..7f3a090 100644 --- a/databases/postgresql73/pkg-install +++ b/databases/postgresql73/pkg-install @@ -5,7 +5,7 @@ PATH=/bin:/usr/sbin if [ -z "${DB_DIR}" ]; then - DB_DIR=/usr/local/pgsql/data + DB_DIR=${PKG_PREFIX}/pgsql/data fi case $2 in |