summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-02-29 01:28:44 +0000
committerhubertf <hubertf@pkgsrc.org>2000-02-29 01:28:44 +0000
commita05377adeee4bce5c8981056c482c3e040cbe211 (patch)
tree648a7247debb258d06c2b0fea1550d90b3ed25b0 /net/bind9
parent491b82f6c76c096ca791e6eb83f1685c05aa6faf (diff)
downloadpkgsrc-a05377adeee4bce5c8981056c482c3e040cbe211.tar.gz
lwresd is also 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 8cffd98a37a..993fb01b21f 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/02/28 01:05:47 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/02/29 01:28:44 hubertf Exp $
#
DISTNAME= bind-9.0.0b1
@@ -34,7 +34,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc
${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc
${INSTALL_SCRIPT} ${WRKSRC}/bin/rndc/rndc ${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/lwresd/lwresd ${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/lwresd/lwresd ${PREFIX}/sbin
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
(cd ${PREFIX}; \
${FIND} share/doc/bind9 \( -type f -or -type l \) | \