diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /net/djbdns | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 85459189851..909828ceb4c 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2012/10/23 17:18:17 asau Exp $ +# $NetBSD: Makefile,v 1.63 2014/10/09 14:06:44 wiz Exp $ DISTNAME= djbdns-1.05 PKGREVISION= 10 @@ -14,8 +14,6 @@ LICENSE= public-domain MANPAGES= ${DISTNAME}-man-20031023.tar.gz SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/ -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. |