COMMEND and DESCR updates.
This commit is contained in:
parent
a741933477
commit
0ff0a20e7f
4 changed files with 10 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -4,3 +4,6 @@ conform to the GNU standards for Makefile variables and targets.
|
|||
|
||||
Automake assumes the project uses autoconf. If you want automatic
|
||||
dependency tracking support, the use of GNU make is also required.
|
||||
|
||||
This package contains the outdated 1.4 version of automake.
|
||||
For new software please use the ``automake'' package.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 19:26:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2002/10/03 19:40:54 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= automake-1.4-p6
|
||||
|
@ -8,10 +8,9 @@ MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
|
|||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
|
||||
COMMENT= GNU Standards-compliant Makefile generator
|
||||
COMMENT= GNU Standards-compliant Makefile generator (old version)
|
||||
|
||||
DEPENDS= autoconf213>=2.13:../../devel/autoconf213
|
||||
#DEPENDS= autoconf>=2.13:../../devel/autoconf
|
||||
|
||||
CONFLICTS= automake<1.6
|
||||
|
||||
|
|
Loading…
Reference in a new issue