diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
commit | 99681e8cdea2ee52f462cf20a6ef5068aa87de2e (patch) | |
tree | 24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /net/djbdns | |
parent | 41a006b9568d2d0c5885c3d6cf8eb53b0bc2db26 (diff) | |
download | pkgsrc-99681e8cdea2ee52f462cf20a6ef5068aa87de2e.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 97993db0a9e..7e53583b4a6 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/03/28 04:39:39 taca Exp $ +# $NetBSD: Makefile,v 1.30 2004/03/29 03:30:17 schmonz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -23,6 +23,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://cr.yp.to/djbdns.html COMMENT= Collection of secure and reliable DNS tools by Dan Bernstein +PKG_INSTALLATION_TYPES= overwrite pkgviews + RESTRICTED= "Redistribution of modified package is forbidden" NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -41,6 +43,8 @@ MANVERSION= 20021211 GCC_REQD+= 3.0 .endif +INSTALLATION_DIRS= bin etc man/man1 man/man5 man/man8 + post-extract: @${CP} ${DISTDIR}/tinydns-log.pl.txt ${WRKSRC}/tinydns-log.pl @${CP} ${DISTDIR}/dnscache-log.pl.txt ${WRKSRC}/dnscache-log.pl |