Modified: trunk/dports/sysutils/sudo/Portfile (111820 => 111821)
--- trunk/dports/sysutils/sudo/Portfile 2013-10-02 19:31:35 UTC (rev 111820)
+++ trunk/dports/sysutils/sudo/Portfile 2013-10-02 19:51:50 UTC (rev 111821)
@@ -6,6 +6,7 @@
name sudo
epoch 1
version 1.8.8
+revision 1
categories sysutils security
license ISC
maintainers nomaintainer
@@ -56,7 +57,7 @@
post-activate {
if {![file exists ${prefix}/etc/sudoers]} {
- copy ${destroot}${prefix}/etc/sudoers.dist ${prefix}/etc/sudoers
+ copy ${prefix}/etc/sudoers.dist ${prefix}/etc/sudoers
}
}