diff options
author | agc <agc> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 11:05:01 +0000 |
commit | e09c1537bf733bbc3a53f925aeeaca53451caeed (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /devel | |
parent | ac56527150123346e534f3f675b991e082642a3d (diff) | |
download | pkgsrc-e09c1537bf733bbc3a53f925aeeaca53451caeed.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/Makefile | 4 | ||||
-rw-r--r-- | devel/gindent/Makefile | 4 | ||||
-rw-r--r-- | devel/libg++/Makefile | 4 | ||||
-rw-r--r-- | devel/m4/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index b659ebc06af..6d7f7ccf0d2 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/04/17 09:37:22 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/04/22 11:05:02 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -14,6 +14,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4 -INFO_FILES= autoconf standards +INFO_FILES= autoconf.info standards.info .include "../../mk/bsd.pkg.mk" diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0178b416fce..3d46795649e 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/22 11:05:02 agc Exp $ DISTNAME= bison-1.25 CATEGORIES= devel @@ -8,6 +8,6 @@ MAINTAINER= thorpej@netbsd.org GNU_CONFIGURE= yes MAN1= bison.1 -INFO_FILES= bison +INFO_FILES= bison.info .include "../../mk/bsd.pkg.mk" diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index be572ac3fc4..79b86786bff 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/17 09:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/22 11:05:02 agc Exp $ # DISTNAME= cvs-1.9 @@ -18,7 +18,7 @@ MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 -INFO_FILES= cvs cvsclient +INFO_FILES= cvs.info cvsclient.info post-install: ${RM} -f ${PREFIX}/bin/cvs diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index a4dfcabbc04..828086bcaa2 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:03 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/29 09:20:00 obrien Exp # @@ -11,7 +11,7 @@ MAINTAINER= kchowksey@hss.hns.com GNU_CONFIGURE= yes MAN1= indent.1 -INFO_FILES= indent +INFO_FILES= indent.info MAKEFILE= makefile diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 4265f6938f5..30b0a42091f 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/22 11:05:03 agc Exp $ # GXXVERSION= 2.8.1.1a # used by internal Makefile @@ -14,7 +14,7 @@ MAKE_ENV+= GXXVERSION="${GXXVERSION}" PLIST_SRC= ${WRKSRC}/.PLIST MAN1= gperf.1 -INFO_FILES= gperf libg++ +INFO_FILES= gperf.info libg++.info do-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 50634fc4650..b66b0fac8a1 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:03 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp # @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g -INFO_FILES= m4 +INFO_FILES= m4.info post-install: @${MKDIR} ${PREFIX}/share/examples/gm4 |