summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/qmail/Makefile5
-rw-r--r--net/djbdns/Makefile5
-rw-r--r--net/ucspi-tcp/Makefile4
-rw-r--r--sysutils/daemontools/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 3e3c59b3890..f544d29bc41 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/06/15 18:15:19 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2008/02/19 13:59:05 schmonz Exp $
#
DISTNAME= netqmail-1.05
@@ -30,8 +30,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= nroff
DJB_BUILD_TARGETS= man
-
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias
MAKE_DIRS+= ${PKG_SYSCONFDIR}/control ${PKG_SYSCONFDIR}/users
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index f6638c8b691..e4442a467cf 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2007/01/07 09:14:02 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2008/02/19 13:59:05 schmonz Exp $
DISTNAME= djbdns-1.05
PKGREVISION= 7
@@ -18,7 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
# We change conf-home from the default "/usr/local" and don't
# provide compatibility symlinks. We also patch to honor PKG_SYSCONFDIR
# and to set reasonable permissions on standard pkgsrc directories.
-DJB_RESTRICTED= YES
+# This no longer affects distributability, as djbdns is public domain.
+DJB_RESTRICTED= no
EGDIR= ${PREFIX}/share/examples/djbdns
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile
index 14b00fe3004..394d9b73f47 100644
--- a/net/ucspi-tcp/Makefile
+++ b/net/ucspi-tcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/02/02 13:00:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.33 2008/02/19 13:59:05 schmonz Exp $
DISTNAME= ucspi-tcp-0.88
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Command-line tools for building TCP client-server applications
MANPAGES= ${DISTNAME}-man-20020317.tar.gz
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile
index c08295a3e14..10722caafb6 100644
--- a/sysutils/daemontools/Makefile
+++ b/sysutils/daemontools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:11 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2008/02/19 13:59:04 schmonz Exp $
DISTNAME= daemontools-0.76
PKGREVISION= 1
@@ -13,7 +13,7 @@ COMMENT= Service monitoring and logging utilities by djb
MANPAGES= ${DISTNAME}-man-20020131.tar.gz
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
PKG_INSTALLATION_TYPES= overwrite pkgviews