diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-09 23:40:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-09 23:40:13 +0000 |
commit | 4626b99a176542813906cf1766314576a9f3cd1b (patch) | |
tree | 1fd40f62f7af07cd2caddfcbd5f133e6318f3cb2 /devel/gnu-autoconf | |
parent | 3118f20e1c33891dc5ffb2891ae18da703d19e36 (diff) | |
download | ports-4626b99a176542813906cf1766314576a9f3cd1b.tar.gz ports-4626b99a176542813906cf1766314576a9f3cd1b.zip |
Notes
Diffstat (limited to 'devel/gnu-autoconf')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index 2103b6806e1d..266759f8fa46 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |