summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-04-13 23:19:20 +0000
committerhubertf <hubertf@pkgsrc.org>2000-04-13 23:19:20 +0000
commit5bfd37b7e52dec475c34d34014b002cd4053a6fd (patch)
treed41dc2b0abfffde366a0d9a34affec3f36cc7602 /mk
parent0deb51db6662bb2e1f1d4ed7b95ab09dbc132d7e (diff)
downloadpkgsrc-5bfd37b7e52dec475c34d34014b002cd4053a6fd.tar.gz
Your package tools need to be updated to 3000/02/02 versions.
The installed package tools were last updated on 1999/01/01. <==== Please make and install the pkgsrc/pkgtools/pkg_install package. Print out the second date from the right variable.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 2348e519f2f..ebabea35ab6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.422 2000/04/06 16:03:22 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.423 2000/04/13 23:19:20 hubertf Exp $
#
# This file is in the public domain.
#
@@ -583,7 +583,7 @@ uptodate-pkgtools:
;; \
*) \
${ECHO} "Your package tools need to be updated to `${ECHO} ${PKGTOOLS_REQD} | ${SED} -e 's|\(....\)\(..\)\(..\)|\1/\2/\3|'` versions."; \
- ${ECHO} "The installed package tools were last updated on `${ECHO} $$pkgtools_version | ${SED} -e 's|\(....\)\(..\)\(..\)|\1/\2/\3|'`."; \
+ ${ECHO} "The installed package tools were last updated on `${ECHO} ${PKGTOOLS_VERSION} | ${SED} -e 's|\(....\)\(..\)\(..\)|\1/\2/\3|'`."; \
${ECHO} "Please make and install the pkgsrc/pkgtools/pkg_install package."; \
${FALSE} ;; \
esac \