[83213] users/raimue/ports/sysutils/synergy/Portfile

raimue at macports.org raimue at macports.org
Sun Aug 28 09:01:30 PDT 2011


Revision: 83213
          http://trac.macports.org/changeset/83213
Author:   raimue at 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:
--------------
    users/raimue/ports/sysutils/synergy/Portfile

Modified: users/raimue/ports/sysutils/synergy/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110828/cac1e405/attachment.html>


More information about the macports-changes mailing list