diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-06 16:13:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-06 16:13:36 +0000 |
commit | 74e64879befb80c34b83cc63250ca5574072facf (patch) | |
tree | b63450799f91132f20a25a3bca4faa59991107a5 /net/djbdns | |
parent | afcceaff608c40cccc79cee7ea1b8ac2a38ee8d2 (diff) | |
download | pkgsrc-74e64879befb80c34b83cc63250ca5574072facf.tar.gz |
* Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence
Binary pkgs will be nuked off ftp.netbsd.org in a second.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 08a912e1de0..2519ebcad48 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/04 20:42:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/06 16:13:36 hubertf Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp DISTNAME= djbdns-1.05 @@ -21,6 +21,10 @@ MAINTAINER= zuntum@eik.pl HOMEPAGE= http://cr.yp.to/djbdns.html COMMENT= Collection of secure and reliable DNS tools by Dan Bernstein +RESTRICTED= "Redistribution of modified package is forbidden" +NO_BIN_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + EXTRACT_ONLY= ${DISTNAME}.tar.gz \ ${DISTNAME}-man.tar.gz @@ -28,9 +32,9 @@ ALL_TARGET= it INSTALL_TARGET= setup check post-extract: - ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \ + ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \ ${DISTDIR}/tinydns-log.pl.txt > ${WRKDIR}/tinydns-log.pl - ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \ + ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \ ${DISTDIR}/dnscache-log.pl.txt > ${WRKDIR}/dnscache-log.pl post-patch: |