Revision
83213
Author
raimue@macports.org
Date
2011-08-28 09:01:29 -0700 (Sun, 28 Aug 2011)

Log Message

sysutils/synergy:
Create directories before xinstall as we are overriding the destroot phase

Modified Paths

Diff

Modified: users/raimue/ports/sysutils/synergy/Portfile (83212 => 83213)


--- users/raimue/ports/sysutils/synergy/Portfile	2011-08-28 15:56:04 UTC (rev 83212)
+++ users/raimue/ports/sysutils/synergy/Portfile	2011-08-28 16:01:29 UTC (rev 83213)
@@ -40,12 +40,12 @@
 }
 
 destroot {
-        # xinstall -d ${destroot}${prefix}/bin
+        xinstall -d ${destroot}${prefix}/bin
         xinstall -m 755 ${worksrcpath}/bin/synergyc ${destroot}${prefix}/bin
         xinstall -m 755 ${worksrcpath}/bin/synergys ${destroot}${prefix}/bin
         xinstall -m 644 ${worksrcpath}/doc/synergyc.man ${destroot}${prefix}/share/man/man1/synergyc.1
         xinstall -m 644 ${worksrcpath}/doc/synergys.man ${destroot}${prefix}/share/man/man1/synergys.1
-        # xinstall -d ${destroot}${prefix}/etc/${name}
+        xinstall -d ${destroot}${prefix}/etc/${name}
         xinstall -m 644 -W ${worksrcpath}/doc/ \
             synergy.conf.example \
             synergy.conf.example-advanced \