aboutsummaryrefslogtreecommitdiff
path: root/dns/dns_balance/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-17 19:13:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-17 19:13:22 +0000
commitc88e04020ab3b346366f3ec06bfa7c826a1fd25d (patch)
treef759b7d3e8cab2799b0bb05e28465f50cb4fb188 /dns/dns_balance/Makefile
parent3ee2ad634d8b0e367e20df413f6e66fb48140aae (diff)
downloadports-c88e04020ab3b346366f3ec06bfa7c826a1fd25d.tar.gz
ports-c88e04020ab3b346366f3ec06bfa7c826a1fd25d.zip
Notes
Diffstat (limited to 'dns/dns_balance/Makefile')
-rw-r--r--dns/dns_balance/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile
index 9a8d4e344d65..aeb1246e1481 100644
--- a/dns/dns_balance/Makefile
+++ b/dns/dns_balance/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A dynamic load-balancing DNS server
USE_RUBY= yes
-USE_RC_SUBR= yes
+USE_RC_SUBR= dns_balance.sh
NO_BUILD= yes
@@ -50,7 +50,6 @@ SUBST= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
post-patch:
${SED} ${SUBST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${WRKSRC}/dns_balance.rb > ${WRKSRC}/dns_balance
- ${SED} ${SUBST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${FILESDIR}/dns_balance.sh > ${WRKSRC}/dns_balance.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dns_balance ${PREFIX}/sbin/
@@ -63,7 +62,6 @@ do-install:
.for f in ${LIBS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/${PORTNAME}/
.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/dns_balance.sh ${PREFIX}/etc/rc.d/
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
.for f in ${EXAMPLES_EXEC}