diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-08 00:49:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-08 00:49:09 +0800 |
commit | 822bc33bf1ababf32638b6d24594884469c68e5d (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /devel/cobf/Makefile | |
parent | bcc2778b20b339175e1b33f4461756fce4879be7 (diff) | |
download | freebsd-ports-gnome-822bc33bf1ababf32638b6d24594884469c68e5d.tar.gz freebsd-ports-gnome-822bc33bf1ababf32638b6d24594884469c68e5d.tar.zst freebsd-ports-gnome-822bc33bf1ababf32638b6d24594884469c68e5d.zip |
Convert d* to USES=zip
Diffstat (limited to 'devel/cobf/Makefile')
-rw-r--r-- | devel/cobf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cobf/Makefile b/devel/cobf/Makefile index 6311b204ad08..f02105251ae4 100644 --- a/devel/cobf/Makefile +++ b/devel/cobf/Makefile @@ -6,13 +6,13 @@ PORTVERSION= 1.06 CATEGORIES= devel MASTER_SITES= http://home.arcor.de/bernhard.baier/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= ed@FreeBSD.org COMMENT= C and C++ code obfuscator OPTIONS_DEFINE= DOCS +USES= zip WRKSRC= ${WRKDIR} PORTDOCS= COPYING README cobf.pdf PLIST_FILES= bin/cobf |