svn commit: r368424 - head/archivers/torrentzip

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 07:58:54 UTC 2014


Author: tijl
Date: Thu Sep 18 07:58:54 2014
New Revision: 368424
URL: http://svnweb.freebsd.org/changeset/ports/368424
QAT: https://qat.redports.org/buildarchive/r368424/

Log:
  Convert to USES=autoreconf

Modified:
  head/archivers/torrentzip/Makefile

Modified: head/archivers/torrentzip/Makefile
==============================================================================
--- head/archivers/torrentzip/Makefile	Thu Sep 18 07:30:24 2014	(r368423)
+++ head/archivers/torrentzip/Makefile	Thu Sep 18 07:58:54 2014	(r368424)
@@ -11,17 +11,12 @@ DISTNAME=	trrntzip_v${PORTVERSION:S/.//}
 MAINTAINER=	swhetzel at gmail.com
 COMMENT=	Efficient way to prepare zipfiles for BitTorrent
 
-USE_AUTOTOOLS=	aclocal automake autoheader
-AUTOMAKE_ARGS=		-a
-
+USES=		autoreconf
 WRKSRC=		${WRKDIR}/trrntzip
 
 PLIST_FILES=	bin/trrntzip
 PORTDOCS=	README
 
-run-autotools:: run-autotools-aclocal run-autotools-autoheader \
-		run-autotools-autoconf run-autotools-automake
-
 OPTIONS_DEFINE=	DOCS
 
 pre-install:


More information about the svn-ports-head mailing list