diff options
author | wiedi <wiedi> | 2014-06-14 10:14:43 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-06-14 10:14:43 +0000 |
commit | caafba333d0d2a42d1c0e9f98efa176c39a9f7fb (patch) | |
tree | 9c76de538fbe3fb6cfb911ffea9092d2ee12e144 /net/bind99 | |
parent | 4d4267416e1ee766f1cffa9b2a3f40cc08b83cc0 (diff) | |
download | pkgsrc-caafba333d0d2a42d1c0e9f98efa176c39a9f7fb.tar.gz |
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 16bdf9e3ba0..a9e4561940f 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/05/29 23:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/06/14 10:14:43 wiedi Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -69,7 +69,7 @@ PLIST.inet6= yes RCD_SCRIPTS= lwresd named9 SMF_METHODS= named -INSTALLATION_DIRS= ${DOCDIR} share/doc/bind9/arm +INSTALLATION_DIRS+= ${DOCDIR} share/doc/bind9/arm post-install: .for f in ${DOCS} |