diff options
author | wiz <wiz@pkgsrc.org> | 2019-01-29 12:31:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-01-29 12:31:46 +0000 |
commit | 9db57f9d42ad84ba229e2cc4f2fd7792b98a787e (patch) | |
tree | 2c3dfa0c384a4e620b43d2c8d10dac9913281a4b /www/lighttpd | |
parent | 2182db2447c933f0c71dff873a9fb8cf6c8345db (diff) | |
download | pkgsrc-9db57f9d42ad84ba229e2cc4f2fd7792b98a787e.tar.gz |
lighttpd: Fix a pkglint warnings.
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 7533a350cb1..6924f213f54 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -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 @@ SUBST_VARS.path= LIGHTTPD_LOGDIR LIGHTTPD_STATEDIR LIGHTTPD_USER \ 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 --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk index 0c8a2c84036..0f123637696 100644 --- a/www/lighttpd/options.mk +++ b/www/lighttpd/options.mk @@ -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 @@ PKG_SUGGESTED_OPTIONS= inet6 ssl .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. ### |