New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83213


Ignore:
Timestamp:
08/28/11 09:01:29 (4 years ago)
Author:
raimue@…
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • users/raimue/ports/sysutils/synergy/Portfile

    r83212 r83213  
    4141 
    4242destroot { 
    43         # xinstall -d ${destroot}${prefix}/bin 
     43        xinstall -d ${destroot}${prefix}/bin 
    4444        xinstall -m 755 ${worksrcpath}/bin/synergyc ${destroot}${prefix}/bin 
    4545        xinstall -m 755 ${worksrcpath}/bin/synergys ${destroot}${prefix}/bin 
    4646        xinstall -m 644 ${worksrcpath}/doc/synergyc.man ${destroot}${prefix}/share/man/man1/synergyc.1 
    4747        xinstall -m 644 ${worksrcpath}/doc/synergys.man ${destroot}${prefix}/share/man/man1/synergys.1 
    48         # xinstall -d ${destroot}${prefix}/etc/${name} 
     48        xinstall -d ${destroot}${prefix}/etc/${name} 
    4949        xinstall -m 644 -W ${worksrcpath}/doc/ \ 
    5050            synergy.conf.example \ 
Note: See TracChangeset for help on using the changeset viewer.