diff options
author | tron <tron> | 2001-01-21 20:42:17 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-21 20:42:17 +0000 |
commit | 8b8a0b9909e893aa155082020f096b51e1b4ad03 (patch) | |
tree | 90c44bf2ed4953a03f29eb6cf10053fb739f69ce /devel/zlib | |
parent | 43a88b20565c3a5b51a6c4a199a0d089113dce15 (diff) | |
download | pkgsrc-8b8a0b9909e893aa155082020f096b51e1b4ad03.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 |