Revision: 96059 https://trac.macports.org/changeset/96059 Author: dluke@macports.org Date: 2012-07-30 07:05:13 -0700 (Mon, 30 Jul 2012) Log Message: ----------- bind9: minor ws change Modified Paths: -------------- trunk/dports/net/bind9/Portfile Modified: trunk/dports/net/bind9/Portfile =================================================================== --- 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} \