Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 00:04:31 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369942 - head/graphics/libpgf
Message-ID:  <201410040004.s9404VbD074989@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sat Oct  4 00:04:30 2014
New Revision: 369942
URL: https://svnweb.freebsd.org/changeset/ports/369942
QAT: https://qat.redports.org/buildarchive/r369942/

Log:
  - Convert to USES=autoreconf

Modified:
  head/graphics/libpgf/Makefile

Modified: head/graphics/libpgf/Makefile
==============================================================================
--- head/graphics/libpgf/Makefile	Fri Oct  3 22:11:03 2014	(r369941)
+++ head/graphics/libpgf/Makefile	Sat Oct  4 00:04:30 2014	(r369942)
@@ -12,18 +12,13 @@ COMMENT=	Progressive Graphics Format (PG
 
 LICENSE=	LGPL21
 
-USES=		dos2unix libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
+USES=		autoreconf dos2unix libtool
 USE_LDCONFIG=	yes
 
 DOS2UNIX_FILES=	configure.ac
-AUTOMAKE_ARGS=	--add-missing --copy
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-pre-configure:
-	@cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS
-
 .include <bsd.port.mk>



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