diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-06-06 15:26:41 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-06-06 15:26:41 +0000 |
commit | 12e263b358eb4de031ff2268b38ee6b9e21d79cb (patch) | |
tree | e64e38f3c341f18dafeb8cfc804d3d868ce5881f /mail/ftrack | |
parent | 8f18cb5b109cb827f06ca986fd9a9300c9da8ae6 (diff) |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
Notes
Notes:
svn path=/head/; revision=356803
Diffstat (limited to 'mail/ftrack')
-rw-r--r-- | mail/ftrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile index e7d055e7ddf6..f37fd0a9ba65 100644 --- a/mail/ftrack/Makefile +++ b/mail/ftrack/Makefile @@ -17,7 +17,7 @@ BROKEN= Does not compile LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi -USES= perl5 gmake zip:infozip +USES= perl5 gmake zip ALL_TARGET= ftrack MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile EXTRACT_AFTER_ARGS= -d ${WRKSRC} |