svn commit: r369942 - head/graphics/libpgf

Jason E. Hale jhale at FreeBSD.org
Sat Oct 4 00:04:31 UTC 2014


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>


More information about the svn-ports-head mailing list