diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 07:58:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 07:58:54 +0000 |
commit | d5c39adf2cb57b8c83d80913f03c7dd70efd12d7 (patch) | |
tree | 66fbe9b26c2415f304135af7ecdefccc2ff8722b /archivers | |
parent | - Make both cmake and autotools build dependencies only (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=368424
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/torrentzip/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 5381c5a5b62f..3bc27ff263c6 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -11,17 +11,12 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src 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: |