pkg_install path fixes.

This commit is contained in:
Ben Gras 2010-07-19 11:30:39 +00:00
parent 069f6ed574
commit 4234aa2c4a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
srcdir= .
pkgdbdir= /var/db/pkg
pkgdbdir= /usr/db/pkg
mandir= ${datarootdir}/man
datarootdir= ${prefix}/share
sysconfdir= /etc

View File

@ -83,7 +83,7 @@ stowdir=""
viewbase=${LOCALBASE:-/usr/pkg}
view=${PKG_VIEW:-""}
dflt_ignorefiles=${PLIST_IGNORE_FILES:-"info/dir *[~#] *.OLD *.orig *,v"}
dflt_pkg_dbdir=${PKG_DBDIR:-/var/db/pkg}
dflt_pkg_dbdir=${PKG_DBDIR:-/usr/db/pkg}
ignorefiles=""
verbose=0