diff options
author | agc <agc> | 2002-09-05 09:20:14 +0000 |
---|---|---|
committer | agc <agc> | 2002-09-05 09:20:14 +0000 |
commit | 547f404aaf0212c536586521f206e52e53089fec (patch) | |
tree | cd3626bc1beb44ca53abbeba44a9c63f973ebdb0 /pkgtools | |
parent | cc2369862e19629bd28a767e5030212c3fd4e7b5 (diff) | |
download | pkgsrc-547f404aaf0212c536586521f206e52e53089fec.tar.gz |
Revert previous change (which wouldn't have worked in all cases) until more
discussion has taken place.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 8fb8ad3a6ae..9a18f3a2ee7 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2002/09/05 00:00:27 itojun Exp $ +# $NetBSD: Makefile,v 1.53 2002/09/05 09:20:14 agc Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -62,12 +62,6 @@ MAKE_ENV+= BINDIR=${PKG_TOOLS_BIN} MAKE_ENV+= MANDIR=${PKG_TOOLS_BIN}/../man .endif -PKG_ADD= ${WRKSRC}/add/pkg_add -PKG_ADMIN= ${WRKSRC}/admin/pkg_admin -PKG_CREATE= ${WRKSRC}/create/pkg_create -PKG_DELETE= ${WRKSRC}/delete/pkg_delete -PKG_INFO= ${WRKSRC}/info/pkg_info - post-install: if [ ! -f ${PKG_DBDIR}/pkgdb.byfile.db ]; then \ if [ ! -d ${PKG_DBDIR} ]; then \ |