summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-02-28 01:05:47 +0000
committerhubertf <hubertf>2000-02-28 01:05:47 +0000
commit6f4f3226b06f4828b56c162b895b2fec1db121a4 (patch)
tree0e2adf38c42b28c9f8a349bccbac0de36b3be07d /net/bind9
parenteee4b14881f2e58af95cb0a13f5d7e8940052aad (diff)
downloadpkgsrc-6f4f3226b06f4828b56c162b895b2fec1db121a4.tar.gz
the rndc we install is a script - use INSTALL_SCRIPT
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index f19fdf00247..8cffd98a37a 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/22 21:54:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2000/02/28 01:05:47 hubertf Exp $
#
DISTNAME= bind-9.0.0b1
@@ -33,7 +33,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/draft/* ${PREFIX}/share/doc/bind9/draft
${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc
${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/rndc/rndc ${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/rndc/rndc ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/bin/lwresd/lwresd ${PREFIX}/sbin
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
(cd ${PREFIX}; \