diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 5af6a7b70b1..d5bb6b48b81 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/05/28 13:21:26 brad Exp $ +# $OpenBSD: Makefile,v 1.6 1999/06/01 22:05:11 brad Exp $ # $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $ DISTNAME= libtool-1.3.2 @@ -10,11 +10,14 @@ NEED_VERSION= 1.73 MAINTAINER= jbi130@mail.usask.ca -SEPARATE_BUILD= yes +SEPARATE_BUILD= simple GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static +pre-configure: + ${RM} ${WRKSRC}/doc/libtool.info* + post-install: @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \