diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-28 01:05:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-28 01:05:47 +0000 |
commit | 71e79d3a88c107fac8ec6711cfb8a0b5554e4034 (patch) | |
tree | 0e2adf38c42b28c9f8a349bccbac0de36b3be07d /net/bind9 | |
parent | 3f9e856b465ac35b4bf966505e560c7a68a1f418 (diff) | |
download | pkgsrc-71e79d3a88c107fac8ec6711cfb8a0b5554e4034.tar.gz |
the rndc we install is a script - use INSTALL_SCRIPT
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 |
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}; \ |