diff options
author | grant <grant@pkgsrc.org> | 2004-01-28 12:18:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-28 12:18:47 +0000 |
commit | f33fb22363644f106a6c79b5f9b97898272c2a93 (patch) | |
tree | 68f66191061b54803325849aa0838ef7a1420e45 /net/bind8 | |
parent | c2c06717db0f3094103eca5ac18d4eca1e95ba21 (diff) | |
download | pkgsrc-f33fb22363644f106a6c79b5f9b97898272c2a93.tar.gz |
bl3ify; fixes build on Solaris with SunPro.
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 2bfb4703914..34de23139cf 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,5 +1,5 @@ # -# $NetBSD: Makefile,v 1.24 2004/01/20 12:22:18 agc Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/28 12:18:47 grant Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # @@ -21,6 +21,9 @@ BIND_VERSION= 8.4.1 DIST_SUBDIR= bind/${BIND_VERSION} EXTRACT_ONLY= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_PKGINSTALL= yes RCD_SCRIPTS= named |