summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-07 11:47:52 +0000
committerrillig <rillig@pkgsrc.org>2007-12-07 11:47:52 +0000
commit771ec6697863b1629e7e2d3528dd88a5a55d9468 (patch)
tree75a4f0554abb83e5b478753005d4a099cce8c2aa /pkgtools
parentaa9a155e1a60f37e416a45d3108df70840e1860a (diff)
downloadpkgsrc-771ec6697863b1629e7e2d3528dd88a5a55d9468.tar.gz
Updated pkglint to 4.80.
Important changes since 4.79: - Fixed some internal errors. - Adjusted pkglint to changes in the pkgsrc infrastructure: SUBST_VARS.*, PKG_USERS_VARS, PKG_GROUPS_VARS. - Improved the parser for shell code. - Cleaned up the handling of the :Q operator, so that pkglint warns about it places where it is not required. - ${RUN} has deprecated ${_PKG_SILENT}${_PKG_DEBUG}.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index a9b8da0dcec..57d917efd70 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.366 2007/11/20 21:46:20 rillig Exp $
+# $NetBSD: Makefile,v 1.367 2007/12/07 11:47:52 rillig Exp $
#
-DISTNAME= pkglint-4.79
+DISTNAME= pkglint-4.80
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -23,7 +23,7 @@ NO_CHECKSUM= yes
NO_BUILD= yes
USE_LANGUAGES= # none
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"