From d27edf52986a3f634e493451ba0a43f64be2cfc2 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install. --- devel/autoconf253/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'devel/autoconf253/Makefile') diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index d5ebb8d877f6..7e2d8c2b60a1 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.16 1999/01/26 01:54:49 steve Exp $ +# $Id: Makefile,v 1.17 1999/02/11 12:04:27 obrien Exp $ # DISTNAME= autoconf-2.13 @@ -20,9 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 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 -- cgit