diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
commit | 44105bbef82d297a098e178b03eb4290daa5d98b (patch) | |
tree | 4a763a23b7382a8c937ccd9826b459ad9ccec255 /net/binkd | |
parent | Use the LOCAL MASTER_SITES macro. (diff) |
Convert n* to USES=zip
Diffstat (limited to 'net/binkd')
-rw-r--r-- | net/binkd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile index 3caacb7342f2..d66137a4f1c5 100644 --- a/net/binkd/Makefile +++ b/net/binkd/Makefile @@ -12,7 +12,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= Fidonet TCP/IP mailer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_ZIP= yes +USES= zip USE_RC_SUBR= binkd GNU_CONFIGURE= yes |