Index: head/devel/libtool/Makefile =================================================================== --- head/devel/libtool/Makefile (revision 383847) +++ head/devel/libtool/Makefile (revision 383848) @@ -1,29 +1,28 @@ # Created by: Motoyuki Kasahara # $FreeBSD$ PORTNAME= libtool PORTREVISION= 0 COMMENT= Generic shared library support script .include "${.CURDIR}/../libtool/Makefile.common" LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl-install MAKE_ARGS= MAKEINFOFLAGS=--no-split -USES+= cpe makeinfo -CPE_VENDOR= gnu +USES+= makeinfo INFO= libtool post-patch: @${RM} -f ${WRKSRC}/doc/*.info* @${TOUCH} ${WRKSRC}/doc/libtool.1 .include