diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
commit | 368caae555f6ed9aa99e22f3aa14e967314cefa5 (patch) | |
tree | 3859f59d78f684d9c2ccafcbee3df4e5820e3bb9 /converters | |
parent | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (diff) | |
download | freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.gz freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.zst freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.zip |
Convert c* to USES=zip
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cocot/Makefile | 3 | ||||
-rw-r--r-- | converters/libb64/Makefile | 3 | ||||
-rw-r--r-- | converters/nomyso/Makefile | 3 | ||||
-rw-r--r-- | converters/ta2as/Makefile | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index bd6778ce4ec6..181d2ec02077 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -8,14 +8,13 @@ MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}-1.1-${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= knu@FreeBSD.org COMMENT= Code Converter on TTY OPTIONS_DEFINE= DOCS -USES= iconv +USES= iconv zip WRKSRC= ${WRKDIR}/vmi-${PORTNAME}-8bc9f64 GNU_CONFIGURE= yes diff --git a/converters/libb64/Makefile b/converters/libb64/Makefile index 451cdba61142..2c7d6c357191 100644 --- a/converters/libb64/Makefile +++ b/converters/libb64/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 1.2 CATEGORIES= converters mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -EXTRACT_SUFX= .zip MAINTAINER= ismail.yenigul@surgate.com COMMENT= Library of ANSI C routines for fast encoding/decoding data BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -USES= gmake +USES= gmake zip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BROKEN_powerpc= Does not compile on powerpc diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile index aae18e74c4df..7fb2268eb3df 100644 --- a/converters/nomyso/Makefile +++ b/converters/nomyso/Makefile @@ -6,12 +6,11 @@ PORTVERSION= 4.3 CATEGORIES= converters devel MASTER_SITES= http://www.devoresoftware.com/nomyso/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Convert MASM/TASM files to NASM compatible sources -USES= perl5 +USES= perl5 zip USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/converters/ta2as/Makefile b/converters/ta2as/Makefile index ae10faeaff89..b1cf6b352422 100644 --- a/converters/ta2as/Makefile +++ b/converters/ta2as/Makefile @@ -6,13 +6,13 @@ PORTVERSION= 0.8.2 CATEGORIES= converters devel MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/g}_src -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= TASM to AT&T asm syntax converter (GNU AS) OPTIONS_DEFINE= DOCS +USES= zip NO_WRKSUBDIR= yes PORTDOCS= * |