svn commit: r375741 - head/archivers/par2cmdline-tbb

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 28 19:04:47 UTC 2014


Author: bapt
Date: Sun Dec 28 19:04:46 2014
New Revision: 375741
URL: https://svnweb.freebsd.org/changeset/ports/375741
QAT: https://qat.redports.org/buildarchive/r375741/

Log:
  Convert to USES=autoreconf

Modified:
  head/archivers/par2cmdline-tbb/Makefile

Modified: head/archivers/par2cmdline-tbb/Makefile
==============================================================================
--- head/archivers/par2cmdline-tbb/Makefile	Sun Dec 28 19:01:42 2014	(r375740)
+++ head/archivers/par2cmdline-tbb/Makefile	Sun Dec 28 19:04:46 2014	(r375741)
@@ -17,10 +17,9 @@ LIB_DEPENDS=	libtbb.so:${PORTSDIR}/devel
 
 ONLY_FOR_ARCHS=	i386 amd64 ia64
 GNU_CONFIGURE=	yes
+USES=		autoreconf
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
-USE_AUTOTOOLS=	aclocal automake autoconf
-AUTOMAKE_ARGS=	--add-missing
 
 PORTDOCS=	README
 CONFLICTS=	par2cmdline-[0-9]*
@@ -29,9 +28,6 @@ PLIST_FILES=	bin/par2 bin/par2create bin
 
 OPTIONS_DEFINE=	DOCS
 
-post-extract:
-	@${CHMOD} u+x ${WRKSRC}/install-sh
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list