diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-20 12:59:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-20 12:59:23 +0000 |
commit | f981caf7164bef6659e80ba9402c2950eaac2f31 (patch) | |
tree | 2ffa3a84116e158a40f7127bef43c95edbabc5c9 /www | |
parent | 8dc2a43fef6bc30d2273ce3a824e532c28db2acc (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd-mod_geoip/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/lighttpd-mod_geoip/Makefile b/www/lighttpd-mod_geoip/Makefile index c4aca7d6b6f1..865d928cb03e 100644 --- a/www/lighttpd-mod_geoip/Makefile +++ b/www/lighttpd-mod_geoip/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www geography PKGNAMEPREFIX= lighttpd- DISTNAME= lighttpd-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= GeoIP module for lighttpd LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index 7f08b4226df4..caa8f10ca872 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www multimedia PKGNAMEPREFIX= lighttpd- DISTNAME= lighttpd-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= H264 streaming module for lighttpd BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index df630869a770..2e772cb72f9b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= mat@FreeBSD.org COMMENT?= Secure, fast, compliant, and flexible Web Server .if !defined(_BUILDING_LIGHTTPD_MODULE) |