diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /archivers/torrentzip | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'archivers/torrentzip')
-rw-r--r-- | archivers/torrentzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 5a95a19634e1..5739b999f47e 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -7,7 +7,7 @@ PORTNAME= torrentzip PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION} DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src @@ -15,7 +15,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent -USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:267 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip |