diff options
-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) |