From 4c7db9257f4e344647aaefbd3714e3ae4197e857 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 17 Sep 2014 10:19:57 +0000 Subject: Convert to USES=autoreconf --- misc/pinfo/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'misc') diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 9897c59d6750..daf7be05b739 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -13,12 +13,8 @@ COMMENT= Ncurses based, lynx style info documentation browser LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool makeinfo ncurses tar:bzip2 -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I macros -AUTOMAKE_ARGS= --add-missing --force-missing -CONFIGURE_ARGS= --with-localedir=${PREFIX}/share/locale - +USES= autoreconf libtool makeinfo ncurses tar:bzip2 +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -42,7 +38,4 @@ USES+= gettext:build CONFIGURE_ARGS+=--disable-nls .endif -pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint -f) - .include -- cgit