summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
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