svn commit: r368361 - head/misc/pinfo

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 17 10:19:57 UTC 2014


Author: tijl
Date: Wed Sep 17 10:19:57 2014
New Revision: 368361
URL: http://svnweb.freebsd.org/changeset/ports/368361
QAT: https://qat.redports.org/buildarchive/r368361/

Log:
  Convert to USES=autoreconf

Modified:
  head/misc/pinfo/Makefile

Modified: head/misc/pinfo/Makefile
==============================================================================
--- head/misc/pinfo/Makefile	Wed Sep 17 10:06:08 2014	(r368360)
+++ head/misc/pinfo/Makefile	Wed Sep 17 10:19:57 2014	(r368361)
@@ -13,12 +13,8 @@ COMMENT=	Ncurses based, lynx style info 
 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 <bsd.port.mk>


More information about the svn-ports-head mailing list