diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-27 00:34:04 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-27 00:34:04 +0000 |
commit | e25341484f6a529d917a91d5bc7a0b32a8e6ed45 (patch) | |
tree | 4522579b4edb37fb1cd9ad0b21be9961cfae5078 | |
parent | - Remove the detection of some python dependencies from setup.py. It could break (diff) |
Take maintainership.
Approved by: maintainer timeout (16 days)
Notes
Notes:
svn path=/head/; revision=188432
-rw-r--r-- | Mk/bsd.autotools.mk | 2 | ||||
-rw-r--r-- | devel/libtool15/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 41ad8cdb5441..a86b14aefbc8 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -8,7 +8,7 @@ # Please make sure all changes to this file are passed either through # the maintainer, or portmgr@FreeBSD.org -Autotools_Include_MAINTAINER= ade@FreeBSD.org +Autotools_Include_MAINTAINER= jylefort@FreeBSD.org #--------------------------------------------------------------------------- # IMPORTANT! READ ME! YES, THAT MEANS YOU! diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index ab5d4c94be0a..8b1030e154cf 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} -MAINTAINER= ade@FreeBSD.org +MAINTAINER= jylefort@FreeBSD.org COMMENT?= Generic shared library support script GNU_CONFIGURE= yes |