Modified: trunk/dports/net/bind9/Portfile (96058 => 96059)
--- trunk/dports/net/bind9/Portfile 2012-07-30 14:04:51 UTC (rev 96058)
+++ trunk/dports/net/bind9/Portfile 2012-07-30 14:05:13 UTC (rev 96059)
@@ -66,13 +66,13 @@
xinstall -m 755 -d \
${destroot}${prefix}/var/named \
${destroot}${prefix}/var/run
-
+
# Install the conf file as a sample
xinstall -o root -m 644 ${filespath}/named.conf \
${destroot}${prefix}/etc/named.conf.dist
reinplace "s|%%PREFIX%%|${prefix}|g" \
${destroot}${prefix}/etc/named.conf.dist
-
+
# Install the db files as samples
foreach f "db.127.0.0 db.cache db.localhost" {
xinstall -o root -m 644 ${filespath}/${f} \