diff options
author | tv <tv> | 2006-03-22 22:50:31 +0000 |
---|---|---|
committer | tv <tv> | 2006-03-22 22:50:31 +0000 |
commit | 552fe0c37b02c6698b8be9f4d00bca5573b10607 (patch) | |
tree | ce362829befeaa2dd5c0407b00d3d334c09fa397 /devel | |
parent | 705bc0afe23aeaaf4fc5e1ff6e3d7a3360dbdeb5 (diff) | |
download | pkgsrc-552fe0c37b02c6698b8be9f4d00bca5573b10607.tar.gz |
Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a
PR-responsible person (such as I am ;) a little easier.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/Makefile.common | 4 | ||||
-rw-r--r-- | devel/p5-Class-MakeMethods/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index bb8bff06ca5..abe08609ee1 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.65 2006/01/30 22:19:56 tv Exp $ +# $NetBSD: Makefile.common,v 1.66 2006/03/22 22:50:32 tv Exp $ ########################################################################### ########################################################################### @@ -27,7 +27,7 @@ DISTNAME= libtool-1.5.22 CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} -MAINTAINER= tv@duh.org +MAINTAINER= tv@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libtool/libtool.html CONFLICTS= glibtool-[0-9]* diff --git a/devel/p5-Class-MakeMethods/Makefile b/devel/p5-Class-MakeMethods/Makefile index 5f97285c651..d69d77325c8 100644 --- a/devel/p5-Class-MakeMethods/Makefile +++ b/devel/p5-Class-MakeMethods/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/22 22:50:32 tv Exp $ # DISTNAME= Class-MakeMethods-1.01 @@ -7,7 +7,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} -MAINTAINER= tv@duh.org +MAINTAINER= tv@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-MakeMethods/ COMMENT= Getter/setter OO method maker for class elements |