diff options
author | schmonz <schmonz> | 2004-09-01 20:33:01 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-09-01 20:33:01 +0000 |
commit | 56127399f6a7f711928f422637d67eb91a75637c (patch) | |
tree | dc9c23f96366988fdc7dc47dff5b5d08ffba0461 /net | |
parent | 2ea074d35ef12189da120e236222ee88cdbc2d17 (diff) | |
download | pkgsrc-56127399f6a7f711928f422637d67eb91a75637c.tar.gz |
Describe this package's particular reasons for RESTRICTED.
Diffstat (limited to 'net')
-rw-r--r-- | net/djbdns/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 9983a19e229..71555209672 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/09/01 20:11:02 schmonz Exp $ +# $NetBSD: Makefile,v 1.35 2004/09/01 20:33:01 schmonz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -19,6 +19,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +# 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. RESTRICTED= "modified source and binaries may not be distributed" NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |