summaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-03 19:40:53 +0000
committerwiz <wiz@pkgsrc.org>2002-10-03 19:40:53 +0000
commit0ff0a20e7f3efde59b02e59b7db38d527e7f523a (patch)
tree64ef5d2a330d1962f195282023bb85c2f0cfd9d3 /devel/autoconf213
parenta74193347789b6fbca46a0f1c813c25dd47b5e80 (diff)
downloadpkgsrc-0ff0a20e7f3efde59b02e59b7db38d527e7f523a.tar.gz
COMMEND and DESCR updates.
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/DESCR3
-rw-r--r--devel/autoconf213/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/autoconf213/DESCR b/devel/autoconf213/DESCR
index 61da7cbcafe..0e6903aa4cc 100644
--- a/devel/autoconf213/DESCR
+++ b/devel/autoconf213/DESCR
@@ -5,3 +5,6 @@ systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.
+
+This package contains the old 2.13 version.
+For new software please use the ``autoconf'' package.
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index e1e72766a6a..fa01600a061 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/03 19:40:54 wiz Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
-COMMENT= Generates automatic source code configuration scripts
+COMMENT= Generates automatic source code configuration scripts (old version)
DEPENDS= m4-1.4:../../devel/m4