diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-02-15 00:26:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-02-15 00:26:58 +0000 |
commit | 35543520777973d843a209bdff0255d08b41ed06 (patch) | |
tree | 89b355cc39996524b66203f5bdc0e0681a4cd446 /mk | |
parent | f7ee5cdc5518c56136c08a22e52c4d13ce0eb360 (diff) | |
download | pkgsrc-35543520777973d843a209bdff0255d08b41ed06.tar.gz |
lint: no news is good news, don't tell us about "OK" items from pkglint.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index b2ad1a26aea..465634fe9aa 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1139 2003/02/14 19:46:43 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1140 2003/02/15 00:26:58 hubertf Exp $ # # This file is in the public domain. # @@ -2868,7 +2868,7 @@ list: uptodate-pkgtools # Run pkglint: lint: - ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint + ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint | ${GREP} -v ^OK # Create a binary package from an install package using "pkg_tarup" tarup: |