pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd lighttpd: Fix a pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a1a9042d90c
branches:  trunk
changeset: 318755:7a1a9042d90c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 29 12:31:46 2019 +0000

description:
lighttpd: Fix a pkglint warnings.

diffstat:

 www/lighttpd/Makefile   |  4 +---
 www/lighttpd/options.mk |  4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bc3698b7718d -r 7a1a9042d90c www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Tue Jan 29 10:39:53 2019 +0000
+++ b/www/lighttpd/Makefile     Tue Jan 29 12:31:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2019/01/28 22:39:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.81 2019/01/29 12:31:46 wiz Exp $
 
 DISTNAME=      lighttpd-1.4.53
 CATEGORIES=    www
@@ -62,8 +62,6 @@
                        LIGHTTPD_CACHEDIR LIGHTTPD_HOMEDIR              \
                        LIGHTTPD_GROUP PKG_SYSCONFDIR VARBASE
 
-PLIST_VARS+=           gdbm geoip gssapi ldap lua memcached mysql ssl
-
 post-install:
        set -e; cd ${WRKSRC}/doc;                               \
        for f in *.css outdated/*.dot outdated/*.txt; do        \
diff -r bc3698b7718d -r 7a1a9042d90c www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Tue Jan 29 10:39:53 2019 +0000
+++ b/www/lighttpd/options.mk   Tue Jan 29 12:31:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2018/04/17 20:11:15 triaxx Exp $
+# $NetBSD: options.mk,v 1.20 2019/01/29 12:31:46 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lighttpd
 PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi webdav
@@ -7,6 +7,8 @@
 
 .include "../../mk/bsd.options.mk"
 
+PLIST_VARS+=           gdbm geoip gssapi ldap lua memcached mysql ssl
+
 ###
 ### Allow using bzip2 as a compression method in the "compress" module.
 ###



Home | Main Index | Thread Index | Old Index