diff options
author | leeym <leeym@FreeBSD.org> | 2002-08-19 16:01:34 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-08-19 16:01:34 +0800 |
commit | 08b481824ac789dbbfe27b593dd4b12c5af255bb (patch) | |
tree | 0648a5ab7daa481d0c615e1e505bfecaac499287 /databases | |
parent | cfd7934b01c5fe9d0649e4a0852422dd35e8c1e9 (diff) | |
download | freebsd-ports-gnome-08b481824ac789dbbfe27b593dd4b12c5af255bb.tar.gz freebsd-ports-gnome-08b481824ac789dbbfe27b593dd4b12c5af255bb.tar.zst freebsd-ports-gnome-08b481824ac789dbbfe27b593dd4b12c5af255bb.zip |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mytop/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBZ_File/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index db75437c93b9..106e2d67c6ff 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= databases MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ -MAINTAINER= leeym@leeym.com +MAINTAINER= leeym@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ diff --git a/databases/p5-DBZ_File/Makefile b/databases/p5-DBZ_File/Makefile index ebfb9347337d..c15b4b5ec167 100644 --- a/databases/p5-DBZ_File/Makefile +++ b/databases/p5-DBZ_File/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= DBZ_File PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= leeym@cae.ce.ntu.edu.tw +MAINTAINER= leeym@FreeBSD.org PERL_CONFIGURE= yes CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" |