diff options
author | tron <tron@pkgsrc.org> | 2001-01-21 20:42:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-21 20:42:17 +0000 |
commit | ad2f654312b1c83fc75657e0051ec9ce114029eb (patch) | |
tree | 90c44bf2ed4953a03f29eb6cf10053fb739f69ce /devel/zlib | |
parent | b1e0dc75a10bc373009c870e1365da7fbac20471 (diff) | |
download | pkgsrc-ad2f654312b1c83fc75657e0051ec9ce114029eb.tar.gz |
Don't try to "lint" the library.
Diffstat (limited to 'devel/zlib')
-rw-r--r-- | devel/zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index fc792eb1b5f..d497b9edd50 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/09 17:42:13 wiz Exp $ -# +# $NetBSD: Makefile,v 1.5 2001/01/21 20:42:17 tron Exp $ DISTNAME= zlib-1.1.3 CATEGORIES= devel @@ -11,6 +10,7 @@ HOMEPAGE= ftp://ftp.freesoftware.com/pub/infozip/zlib/index.html ONLY_FOR_PLATFORM= SunOS-*-* # in base NetBSD system MAKEFILE= bsd.mk +MAKE_ENV+= NOLINT=yes INSTALL_TARGET= install includes |