summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-07 06:52:24 +0000
committerjlam <jlam@pkgsrc.org>2005-11-07 06:52:24 +0000
commit604a8bc47769fe66a3a623cfc639b3df947d123b (patch)
tree6c9a2e149c86db8ae01812f40ad4e4d7098d211d /pkgtools/pkg_install/Makefile
parentf2c3651333ea1e92d281a9b57ba2b866337d7c98 (diff)
downloadpkgsrc-604a8bc47769fe66a3a623cfc639b3df947d123b.tar.gz
Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location of
the pkg_admin binary.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 640451ab672..106f88924cb 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2005/11/07 06:32:58 jlam Exp $
+# $NetBSD: Makefile,v 1.120 2005/11/07 06:52:24 jlam Exp $
# Notes to package maintainers:
#
@@ -79,6 +79,7 @@ do-extract:
post-build:
${SED} -e "s|@PKG_DBDIR@|${PKG_DBDIR}|g" \
+ -e "s|@PKG_TOOLS_BIN@|${PKG_TOOLS_BIN}|g" \
-e "s|@MKDIR@|${MKDIR}|g" \
${PKGDIR}/INSTALL > ${INSTALL_FILE}
${CHMOD} +x ${INSTALL_FILE}