summaryrefslogtreecommitdiff
path: root/net/bind98
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:06 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:06 +0000
commit045b65994050c96a6c7441874228c09256f5e9bb (patch)
treea95cdcd1b7afd073cf956119203bf66e366f1723 /net/bind98
parent0e51afb75e98d294394e4384cbcb27cfa15375ef (diff)
downloadpkgsrc-045b65994050c96a6c7441874228c09256f5e9bb.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'net/bind98')
-rw-r--r--net/bind98/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile
index a4227510b21..58ecaa34c38 100644
--- a/net/bind98/Makefile
+++ b/net/bind98/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2014/05/29 23:37:02 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2014/06/14 10:14:06 wiedi Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -71,7 +71,7 @@ PLIST.inet6= yes
RCD_SCRIPTS= lwresd named9
SMF_METHODS= named
-INSTALLATION_DIRS= ${DOCDIR} share/doc/bind9/arm share/doc/bind9/misc
+INSTALLATION_DIRS+= ${DOCDIR} share/doc/bind9/arm share/doc/bind9/misc
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}