diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:59:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:59:54 +0000 |
commit | b411bc617f2bcd2ffcd0bbe9f89f069dd3098514 (patch) | |
tree | 3859f59d78f684d9c2ccafcbee3df4e5820e3bb9 /converters/cocot | |
parent | d574c51a4fc8cf8e01beaf9bbb5a0628e14f8a6f (diff) |
Notes
Diffstat (limited to 'converters/cocot')
-rw-r--r-- | converters/cocot/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |