1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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
This commit is contained in:
Edwin Groothuis 2008-05-24 00:28:11 +00:00
parent c6f948276d
commit 976f01800f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213572

View File

@ -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