diff options
author | anders <anders@FreeBSD.org> | 2002-03-14 08:11:40 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-03-14 08:11:40 +0800 |
commit | bd9d50ff28cee0963ff572fe2194becf65846f2b (patch) | |
tree | 397335401b0f054b8193a3b2400ddc8caa03152b /www/mod_sqlinclude | |
parent | 589f20500276eab597e89aafc3799aa28e6155df (diff) | |
download | freebsd-ports-gnome-bd9d50ff28cee0963ff572fe2194becf65846f2b.tar.gz freebsd-ports-gnome-bd9d50ff28cee0963ff572fe2194becf65846f2b.tar.zst freebsd-ports-gnome-bd9d50ff28cee0963ff572fe2194becf65846f2b.zip |
Correct MAINTAINER e-mail address for ports I maintain.
Diffstat (limited to 'www/mod_sqlinclude')
-rw-r--r-- | www/mod_sqlinclude/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile index 0c388212eed7..f88d84564076 100644 --- a/www/mod_sqlinclude/Makefile +++ b/www/mod_sqlinclude/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://wfmh.org.pl/~carlos/files/ \ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= anders@fix.no +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client |