Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 07:58:54 +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: r368424 - head/archivers/torrentzip
Message-ID:  <201409180758.s8I7ws8W078104@svn.freebsd.org>

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



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