summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-03 14:20:14 +0000
committerjoerg <joerg>2010-02-03 14:20:14 +0000
commite40993bd2bafda5b0455f63ccafc8d02f4929313 (patch)
tree8f860491f6f0631b547f8accdb58ce8a2edba8f2 /pkgtools/pkg_install/Makefile
parenta6f8b3a5efdb1a3cdddf0f5a0c9ed2111fad699b (diff)
downloadpkgsrc-e40993bd2bafda5b0455f63ccafc8d02f4929313.tar.gz
pkg_install-20100203:
- Restore PKG_PREFIX in pkg_delete (PR 42731) - Ensure that the current pkg_install version is at least as new as the version used to build the package
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 72f975f0edc..d4d4a711faa 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.171 2010/01/26 15:48:13 joerg Exp $
+# $NetBSD: Makefile,v 1.172 2010/02/03 14:20:14 joerg Exp $
# Notes to package maintainers:
#
@@ -80,7 +80,7 @@ MESSAGE_SUBST+= PKGVULNDIR=${PKG_DBDIR:Q} \
.include "../../mk/bsd.prefs.mk"
-VERSION!= ${AWK} -F '"' '/PKGTOOLS_VERSION/ {print $$2}' \
+VERSION!= ${AWK} '/PKGTOOLS_VERSION/ {print $$3}' \
${FILESDIR}/lib/version.h
# linkresolver interface appeared in libarchive 2.5 and extract