diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-29 19:58:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-29 19:58:43 +0000 |
commit | 0ba1abc584c907b6da6dcab7575ce09c3926f575 (patch) | |
tree | 1d7579ba1ecc5111e08c5123aef8afad9ac2bd34 /devel | |
parent | 2491af435ca1a251118e760a607cda707ef40f8a (diff) | |
download | pkgsrc-0ba1abc584c907b6da6dcab7575ce09c3926f575.tar.gz |
Fix COMMENT, per PR 14395 by Greg A. Woods <woods@weird.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index d113e18ac8e..c0676258787 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/08/28 14:58:15 skrll Exp $ +# $NetBSD: Makefile,v 1.28 2001/10/29 19:58:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html -COMMENT= Automatically configure source code on many Un*x platforms +COMMENT= Generates automatic source code configuration scripts DEPENDS= m4-1.4:../../devel/m4 |