diff options
author | rillig <rillig@pkgsrc.org> | 2005-06-27 16:25:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-06-27 16:25:43 +0000 |
commit | 8506e905d643bf782158188cdfae9c9ad5629671 (patch) | |
tree | 713db4cac82cfd3cacfc8797e052670b7d2ded27 /mk | |
parent | 63d76b7f930bf0e228fcad69011aea00be628764 (diff) | |
download | pkgsrc-8506e905d643bf782158188cdfae9c9ad5629671.tar.gz |
pkglint does not output any "OK" lines by default, so there's no need to
filter them out.
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 c1a89132aca..ec6bb3aab45 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1704 2005/06/27 13:34:41 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1705 2005/06/27 16:25:43 rillig Exp $ # # This file is in the public domain. # @@ -3058,7 +3058,7 @@ list: # Run pkglint: .PHONY: lint lint: - ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint | ${GREP} -v ^OK + ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint # Create a binary package from an install package using "pkg_tarup" .PHONY: tarup |