summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-07-31 11:09:23 +0000
committerJakub Moc <jakub@gentoo.org>2006-07-31 11:09:23 +0000
commit4ae755ea7f4a7a3ddef396ae7156fd635567d1b5 (patch)
tree77e893e1f1c0d2897fd93f5c7524fc8ccdf1e632 /net-dns/nsd/nsd-2.3.5.ebuild
parentmedia-video/mandvd: Add check for mencoder (diff)
downloadsunrise-4ae755ea7f4a7a3ddef396ae7156fd635567d1b5.tar.gz
sunrise-4ae755ea7f4a7a3ddef396ae7156fd635567d1b5.tar.bz2
sunrise-4ae755ea7f4a7a3ddef396ae7156fd635567d1b5.zip
net-dns/nsd: Do not mix ewarn/einfo, add quoting
svn path=/sunrise/; revision=758
Diffstat (limited to 'net-dns/nsd/nsd-2.3.5.ebuild')
-rw-r--r--net-dns/nsd/nsd-2.3.5.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/net-dns/nsd/nsd-2.3.5.ebuild b/net-dns/nsd/nsd-2.3.5.ebuild
index d71aeec53..001f470c5 100644
--- a/net-dns/nsd/nsd-2.3.5.ebuild
+++ b/net-dns/nsd/nsd-2.3.5.ebuild
@@ -13,10 +13,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="axfr bind8-stats checking dnssec ipv6 plugins root-server ssl tsig"
-DEPEND="
- ssl? ( >=dev-libs/openssl-0.9.7i )
- tcpd? ( sys-apps/tcp-wrappers )
- "
+DEPEND="ssl? ( >=dev-libs/openssl-0.9.7i )
+ tcpd? ( sys-apps/tcp-wrappers )"
pkg_setup() {
enewuser nsd -1 -1 /var/lib/nsd
@@ -24,9 +22,8 @@ pkg_setup() {
src_compile() {
if use plugins; then
- echo
ewarn
- einfo "Plugin support is highly experimental!"
+ ewarn "Plugin support is highly experimental!"
ewarn "Plugin support enabled!"
epause 10
fi
@@ -50,7 +47,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc \
DIFFERENCES \
@@ -65,9 +62,9 @@ src_install() {
dobin nsdc.sh
exeinto /etc/cron.hourly
- newexe ${FILESDIR}/nsd.cron nsd.cron
+ newexe "${FILESDIR}"/nsd.cron nsd.cron
- newinitd ${FILESDIR}/nsd.initd nsd
+ newinitd "${FILESDIR}"/nsd.initd nsd
keepdir /var/run/nsd
fowners nsd /var/run/nsd