summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-23 16:13:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-23 16:13:20 +0000
commit10edeb347a4728c08bc36a52e15bbe54a709e8ca (patch)
tree6f61c49edf6b633f104067080255d5a0c1800762 /devel
parentUpgrade to 0.3.0, and convert ORBit to elf. (diff)
Fix info page problem.
Notes
Notes: svn path=/head/; revision=13363
Diffstat (limited to 'devel')
-rw-r--r--devel/autoconf/Makefile6
-rw-r--r--devel/autoconf213/Makefile6
-rw-r--r--devel/autoconf253/Makefile6
-rw-r--r--devel/autoconf254/Makefile6
-rw-r--r--devel/autoconf257/Makefile6
-rw-r--r--devel/autoconf259/Makefile6
-rw-r--r--devel/autoconf26/Makefile6
-rw-r--r--devel/autoconf261/Makefile6
-rw-r--r--devel/autoconf262/Makefile6
-rw-r--r--devel/autoconf267/Makefile6
-rw-r--r--devel/autoconf268/Makefile6
-rw-r--r--devel/automake/Makefile6
-rw-r--r--devel/automake/files/patch-aa4
-rw-r--r--devel/automake110/Makefile6
-rw-r--r--devel/automake110/files/patch-aa4
-rw-r--r--devel/automake14/Makefile6
-rw-r--r--devel/automake14/files/patch-aa4
-rw-r--r--devel/automake15/Makefile6
-rw-r--r--devel/automake15/files/patch-aa4
-rw-r--r--devel/automake16/Makefile6
-rw-r--r--devel/automake16/files/patch-aa4
-rw-r--r--devel/automake17/Makefile6
-rw-r--r--devel/automake17/files/patch-aa4
-rw-r--r--devel/automake18/Makefile6
-rw-r--r--devel/automake18/files/patch-aa4
-rw-r--r--devel/automake19/Makefile6
-rw-r--r--devel/automake19/files/patch-aa4
-rw-r--r--devel/gnu-autoconf/Makefile6
-rw-r--r--devel/gnu-automake/Makefile6
-rw-r--r--devel/gnu-automake/files/patch-aa4
30 files changed, 102 insertions, 60 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf253/Makefile
+++ b/devel/autoconf253/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf254/Makefile
+++ b/devel/autoconf254/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf257/Makefile
+++ b/devel/autoconf257/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf259/Makefile
+++ b/devel/autoconf259/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf26/Makefile
+++ b/devel/autoconf26/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf261/Makefile
+++ b/devel/autoconf261/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf267/Makefile
+++ b/devel/autoconf267/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/autoconf268/Makefile
+++ b/devel/autoconf268/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake/files/patch-aa b/devel/automake/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake/files/patch-aa
+++ b/devel/automake/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake110/Makefile
+++ b/devel/automake110/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake110/files/patch-aa b/devel/automake110/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake110/files/patch-aa
+++ b/devel/automake110/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake14/Makefile
+++ b/devel/automake14/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake14/files/patch-aa b/devel/automake14/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake14/files/patch-aa
+++ b/devel/automake14/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake15/Makefile
+++ b/devel/automake15/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake15/files/patch-aa b/devel/automake15/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake15/files/patch-aa
+++ b/devel/automake15/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake16/Makefile
+++ b/devel/automake16/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake16/files/patch-aa b/devel/automake16/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake16/files/patch-aa
+++ b/devel/automake16/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake17/Makefile
+++ b/devel/automake17/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake17/files/patch-aa b/devel/automake17/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake17/files/patch-aa
+++ b/devel/automake17/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake18/Makefile
+++ b/devel/automake18/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake18/files/patch-aa b/devel/automake18/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake18/files/patch-aa
+++ b/devel/automake18/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/automake19/Makefile
+++ b/devel/automake19/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/automake19/files/patch-aa b/devel/automake19/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/automake19/files/patch-aa
+++ b/devel/automake19/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile
index 1bad27fcaac5..9f388b675c36 100644
--- a/devel/gnu-autoconf/Makefile
+++ b/devel/gnu-autoconf/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $
#
DISTNAME= autoconf-2.12
@@ -17,9 +17,11 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
-pre-install:
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index 3e3f2d56c9f6..2e736087398d 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
+# $Id: Makefile,v 1.6 1998/05/04 03:03:34 vanilla Exp $
#
DISTNAME= automake-1.3
@@ -15,9 +15,11 @@ MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
STRIP= # none
-pre-install:
+
+post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/gnu-automake/files/patch-aa b/devel/gnu-automake/files/patch-aa
index bec14adce886..a63884c48187 100644
--- a/devel/gnu-automake/files/patch-aa
+++ b/devel/gnu-automake/files/patch-aa
@@ -1,5 +1,5 @@
--- automake.texi.orig Sat Apr 4 04:04:07 1998
-+++ automake.texi Mon May 4 10:41:52 1998
++++ automake.texi Wed Sep 23 23:34:15 1998
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -19,7 +19,7 @@
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
++* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo