diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-23 16:13:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-23 16:13:20 +0000 |
commit | 10edeb347a4728c08bc36a52e15bbe54a709e8ca (patch) | |
tree | 6f61c49edf6b633f104067080255d5a0c1800762 /devel/autoconf257 | |
parent | 1de00774f550e21cb96c364dbac5d0bd1efac8d0 (diff) | |
download | ports-10edeb347a4728c08bc36a52e15bbe54a709e8ca.tar.gz ports-10edeb347a4728c08bc36a52e15bbe54a709e8ca.zip |
Notes
Diffstat (limited to 'devel/autoconf257')
-rw-r--r-- | devel/autoconf257/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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> |