aboutsummaryrefslogtreecommitdiffstats
path: root/dns/djbdns/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-05-24 08:28:11 +0800
committeredwin <edwin@FreeBSD.org>2008-05-24 08:28:11 +0800
commitca88cc322e884b03bb93b890797e92fcdcb73938 (patch)
treeb3f2e2fb29806436017ffba12e970f1e3beea483 /dns/djbdns/Makefile
parent2884ee5d7528d98411641bb68293b0380c597e91 (diff)
downloadfreebsd-ports-gnome-ca88cc322e884b03bb93b890797e92fcdcb73938.tar.gz
freebsd-ports-gnome-ca88cc322e884b03bb93b890797e92fcdcb73938.tar.zst
freebsd-ports-gnome-ca88cc322e884b03bb93b890797e92fcdcb73938.zip
Remove RESTRICTED keyword from djbdns port
According to http://cr.yp.to/distributors.html djbdns is put into the public domain, therefore the port doesn't need to be RESTRICTED. PR: ports/122864 Submitted by: Björn Jonare <rksah@bredband.net> Approved by: maintainer timeout
Diffstat (limited to 'dns/djbdns/Makefile')
-rw-r--r--dns/djbdns/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index 94cf1302361b..917b54b3d6fb 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= djbdns
PORTVERSION?= ${DJBDNS_VER}
-PORTREVISION?= 11
+PORTREVISION?= 12
CATEGORIES?= dns
MASTER_SITES= http://cr.yp.to/djbdns/ \
ftp://cr.yp.to/djbdns/
@@ -101,8 +101,6 @@ RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
ALL_TARGET= it
INSTALL_TARGET= setup check
-RESTRICTED= Forbidden to redistribute - we have patches to the distribution.
-
.if defined(WITH_IPV6)
PLIST_SUB+= WITH_IPV6=""
.else