Index: devel/libtool/Makefile =================================================================== --- devel/libtool/Makefile +++ devel/libtool/Makefile @@ -21,6 +21,8 @@ INFO= libtool +TEST_TARGET= check + post-patch: @${RM} ${WRKSRC}/doc/*.info* @${TOUCH} ${WRKSRC}/doc/libtool.1 Index: devel/libtool/Makefile.common =================================================================== --- devel/libtool/Makefile.common +++ devel/libtool/Makefile.common @@ -9,7 +9,7 @@ MAINTAINER= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo -USES= cpe gmake tar:xz +USES= cpe tar:xz CPE_VENDOR= gnu CPE_PRODUCT= libtool