New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 35645

Show
Ignore:
Timestamp:
04/01/2008 04:56:43 (4 years ago)
Author:
raimue@…
Message:

science/wview:
Fix installation into /Library (was outside destroot)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/wview/Portfile

    r35633 r35645  
    66 
    77version         3.7.3 
     8 
     9revision        1 
    810 
    911categories      science 
     
    7577post-destroot { 
    7678  xinstall -d -o root -g wheel -m 755 \ 
    77     ${worksrcpath}/examples/MacOSX/wview /Library/StartupItems/wview 
     79    ${worksrcpath}/examples/MacOSX/wview ${destroot}/Library/StartupItems/wview 
    7880 
    7981  xinstall -o root -g wheel -m 755 ${worksrcpath}/examples/MacOSX/wview/wview \ 
    80     /Library/StartupItems/wview/wview 
     82    ${destroot}/Library/StartupItems/wview/wview 
    8183 
    8284  xinstall -o root -g wheel -m 644 \ 
    8385    ${worksrcpath}/examples/MacOSX/wview/StartupParameters.plist \ 
    84     /Library/StartupItems/wview/StartupParameters.plist 
     86    ${destroot}/Library/StartupItems/wview/StartupParameters.plist 
    8587 
    8688