diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
commit | 31cc59d7d965e4bb6dadaee2089669391a7f496e (patch) | |
tree | 1abb90bc94d1b38e1223fe5c028afaf6a7cd5bd7 /www/lighttpd | |
parent | 815a79c73a5376a7dbe3555941aa8184240025a0 (diff) | |
download | pkgsrc-31cc59d7d965e4bb6dadaee2089669391a7f496e.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 2a5a9fefa94..c1af107f877 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/09/04 06:37:05 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 12:27:52 rillig Exp $ DISTNAME= lighttpd-1.4.3 CATEGORIES= www @@ -6,7 +6,7 @@ MASTER_SITES= http://www.lighttpd.net/download/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.lighttpd.net/ -COMMENT= fast, light-footprint HTTP server +COMMENT= Fast, light-footprint HTTP server USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool |