summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-24 00:28:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-24 00:28:11 +0000
commit976f01800feda35893a39f094825a63ce7a063a4 (patch)
tree4a3c533d7347eecda4e65ae36ba045bc44fa0404
parent[new port] games/netherearth (diff)
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
Notes
Notes: svn path=/head/; revision=213572
-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