From ed6fe784927d83801138a346add1b6b7c7d8f554 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 18:52:03 +0200 Subject: [PATCH] bind: switch to /usr. --- srcpkgs/bind/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index a1f309813c..55bd66621d 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -4,7 +4,7 @@ _distver=9.9.1 _patchver=P1 version="${_distver}.${_patchver}" wrksrc="bind-${_distver}-${_patchver}" -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-openssl --with-libxml2 --enable-threads --enable-largefile --enable-ipv6 --with-libtool @@ -14,7 +14,7 @@ short_desc="Berkeley Internet Name Domain server" maintainer="Juan RP " license="ISC" homepage="http://www.isc.org/software/bind/" -distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${_distver}-${_patchver}.tar.gz" +distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz" checksum=2dc5886b3eb6768d312b43dbe1e23a5b67b4f4dcfa1a65b1017e7710bb764627 long_desc=" BIND is by far the most widely used DNS software on the Internet. It provides @@ -35,7 +35,7 @@ named_homedir="/var/named" named_shell="/bin/false" post_install() { - vinstall ${FILESDIR}/named.service 644 lib/systemd/system + vinstall ${FILESDIR}/named.service 644 usr/lib/systemd/system vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named vinstall ${FILESDIR}/named.conf 640 etc/named