diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 22:33:10 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 22:33:10 +0000 |
commit | 70bc5dead0550d9790d0a81d520f72f3a7d6cc28 (patch) | |
tree | e01e7e7e62d0f1b7588c3acc597b72392945c066 /devel/autoconf261 | |
parent | 6cf3afd40d93c48d78e8dba13cad1d3c2301e39a (diff) | |
download | ports-70bc5dead0550d9790d0a81d520f72f3a7d6cc28.tar.gz ports-70bc5dead0550d9790d0a81d520f72f3a7d6cc28.zip |
Remove 2 foolish lines about info page.
Notes
Notes:
svn path=/head/; revision=13184
Diffstat (limited to 'devel/autoconf261')
-rw-r--r-- | devel/autoconf261/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index 420465d4c652..1bad27fcaac5 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.12 1997/06/13 20:00:47 max Exp $ +# $Id: Makefile,v 1.13 1998/05/04 02:41:51 vanilla Exp $ # DISTNAME= autoconf-2.12 @@ -17,11 +17,9 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 -post-install: +pre-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> |