diff options
author | epg <epg@pkgsrc.org> | 2004-11-27 00:36:25 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-11-27 00:36:25 +0000 |
commit | 5309050513be022cf26c985145f9232cd2a1514f (patch) | |
tree | 2cfc6ffa504a7d112c73f8490de2466af602be66 /devel | |
parent | 79ae424f82f946f73b24192be0bfc7449d48f023 (diff) | |
download | pkgsrc-5309050513be022cf26c985145f9232cd2a1514f.tar.gz |
Set MAINTAINER to epg@NetBSD.org.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile.common | 6 | ||||
-rw-r--r-- | devel/swig-build/Makefile.common | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index e4c288508d4..3ddcfbb36a0 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.16 2004/11/19 04:01:59 epg Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/11/27 00:36:25 epg Exp $ DISTNAME= subversion-${SVNVER} CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/tarballs/ -MAINTAINER= epg@pretzelnet.org +MAINTAINER= epg@NetBSD.org HOMEPAGE= http://subversion.tigris.org/ .include "../../devel/subversion/Makefile.version" @@ -13,7 +13,7 @@ SVNEXAMPLES= ${PREFIX}/share/examples/subversion SVNDOC= ${PREFIX}/share/doc/subversion DISTINFO_FILE= ${.CURDIR}/../../devel/subversion/distinfo -COMMON_FILESDIR= ${.CURDIR}/../../devel/subversion/files +FILESDIR= ${.CURDIR}/../../devel/subversion/files PATCHDIR= ${.CURDIR}/../../devel/subversion/patches GNU_CONFIGURE= YES diff --git a/devel/swig-build/Makefile.common b/devel/swig-build/Makefile.common index 21dcdb89a41..bedf06ba00a 100644 --- a/devel/swig-build/Makefile.common +++ b/devel/swig-build/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.6 2004/11/22 21:13:21 wiz Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/11/27 00:36:25 epg Exp $ DISTNAME= swig-${SWIG_VERSION} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/} -MAINTAINER= epg@pretzelnet.org +MAINTAINER= epg@NetBSD.org HOMEPAGE= http://www.swig.org/ .include "../../devel/swig-build/Makefile.version" |