Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 10:19:57 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368361 - head/misc/pinfo
Message-ID:  <201409171019.s8HAJvIk058751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171019.s8HAJvIk058751>