diff options
author | hubertf <hubertf> | 2003-02-15 00:26:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-02-15 00:26:58 +0000 |
commit | 023f42c93218f8ac5c1eb27a5eafc732b3d16b0f (patch) | |
tree | 89b355cc39996524b66203f5bdc0e0681a4cd446 /mk | |
parent | 06a21f514d5853ce1d92fea05cf836f69f1bce51 (diff) | |
download | pkgsrc-023f42c93218f8ac5c1eb27a5eafc732b3d16b0f.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: |