aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf262
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-09-24 00:13:20 +0800
committervanilla <vanilla@FreeBSD.org>1998-09-24 00:13:20 +0800
commit25a34c4977920e571e9e8ae7548d4b402a84f42f (patch)
tree6a23207ac10878d06873e64cc07440a08bfc04ad /devel/autoconf262
parent51d67c17039098c0b4294e95479898b3a2e5839e (diff)
downloadfreebsd-ports-gnome-25a34c4977920e571e9e8ae7548d4b402a84f42f.tar.gz
freebsd-ports-gnome-25a34c4977920e571e9e8ae7548d4b402a84f42f.tar.zst
freebsd-ports-gnome-25a34c4977920e571e9e8ae7548d4b402a84f42f.zip
Fix info page problem.
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile6
1 files changed, 4 insertions, 2 deletions
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>