# $NetBSD: Makefile,v 1.5 2001/02/28 10:33:54 wiz Exp $ # .include "../libtool/Makefile.common" PKGNAME= ${PKGPFX:C/-/-info-/}${PKGREV} COMMENT= Generic shared library support script - info pages CONFLICTS+= libtool<1.3.5nb11 USE_GTEXINFO= yes # It seems the info-files distributed with libtool 1.3.5 are broken. # To test, type "info libtool|" and hold down space. See it stop with a # ``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"'' # error. Simply making sure the info-files get re-done works here. post-extract: ${RM} -f ${WRKSRC}/doc/libtool.info* ${CP} ${FILESDIR}/fdl.texi ${WRKSRC}/doc do-build: cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} do-install: cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} install .include "../../mk/bsd.pkg.mk"