summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-06 16:00:15 +0000
committerwiz <wiz@pkgsrc.org>2001-03-06 16:00:15 +0000
commitafcceaff608c40cccc79cee7ea1b8ac2a38ee8d2 (patch)
tree10c17510c23ed7cf1044b8e2203b0fd426125f03 /mk/bsd.pkg.subdir.mk
parent21163b9a080d1a410f9b36f4d9f0adc3fa0ea120 (diff)
downloadpkgsrc-afcceaff608c40cccc79cee7ea1b8ac2a38ee8d2.tar.gz
Move PKGTOOLS_VERSION check to bsd.prefs.mk for speedups in recursive tree walks.bsd.pkg.mk bsd.prefs.mk
Bump required version number of PKGTOOLS to 20010306 for the latest bugfixes and the -V option support.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index 7e1e4d8c842..a2d4321d77e 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.subdir.mk,v 1.41 2001/02/16 13:06:19 wiz Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.42 2001/03/06 16:00:16 wiz Exp $
# Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
#
@@ -97,7 +97,7 @@ ${SUBDIR}::
cleandir distclean depend describe reinstall tags checksum \
makepatchsum mirror-distfiles deinstall show-downlevel \
show-pkgsrc-dir show-var bulk-install bulk-package \
- ${PKG_MISC_TARGETS}
+ readme-prepare ${PKG_MISC_TARGETS}
.if !target(__target)
${__target}: _SUBDIRUSE
.endif