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/automake16/Makefile | |
parent | 1de00774f550e21cb96c364dbac5d0bd1efac8d0 (diff) | |
download | ports-10edeb347a4728c08bc36a52e15bbe54a709e8ca.tar.gz ports-10edeb347a4728c08bc36a52e15bbe54a709e8ca.zip |
Notes
Diffstat (limited to 'devel/automake16/Makefile')
-rw-r--r-- | devel/automake16/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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> |