diff options
author | ak <ak@FreeBSD.org> | 2014-06-06 23:26:41 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-06 23:26:41 +0800 |
commit | 0f745f489ad0222501a397101b34d7d775d2e7eb (patch) | |
tree | e64e38f3c341f18dafeb8cfc804d3d868ce5881f /mail | |
parent | a96bbf53e83e05784f9f205c0c9f1801f6b1b416 (diff) | |
download | freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.gz freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.zst freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/assp/Makefile | 2 | ||||
-rw-r--r-- | mail/ftrack/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index d8231fc66010..e040c73a066e 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_Install MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Anti-Spam SMTP Proxy -USES= perl5 zip:infozip +USES= perl5 zip NO_BUILD= yes USE_PERL5= run 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} diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index f43525173c0f..8bc6eee31647 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -14,7 +14,7 @@ COMMENT= Localized interface for Thunderbird EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:thunderbird +USES= gecko:thunderbird zip USE_XPI= thunderbird NO_BUILD= yes |