diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-22 02:19:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-22 02:19:00 +0000 |
commit | 2e354e847d323b220e9fd4b3b80833ac0f2583be (patch) | |
tree | f1aeda43d15d2476900625a29191c2188f66b8d1 /archivers | |
parent | b69ccc5a2a19e35a0d71e211f279fa5d9e55f7cd (diff) | |
download | ports-2e354e847d323b220e9fd4b3b80833ac0f2583be.tar.gz ports-2e354e847d323b220e9fd4b3b80833ac0f2583be.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/torrentzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 85a29cd605c0..1178060bd29a 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -16,7 +16,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent -USE_AUTOTOOLS= automake:19 autoheader:259 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:259 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip |