Changeset 35645
- Timestamp:
- 04/01/2008 04:56:43 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/science/wview/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/wview/Portfile
r35633 r35645 6 6 7 7 version 3.7.3 8 9 revision 1 8 10 9 11 categories science … … 75 77 post-destroot { 76 78 xinstall -d -o root -g wheel -m 755 \ 77 ${worksrcpath}/examples/MacOSX/wview /Library/StartupItems/wview79 ${worksrcpath}/examples/MacOSX/wview ${destroot}/Library/StartupItems/wview 78 80 79 81 xinstall -o root -g wheel -m 755 ${worksrcpath}/examples/MacOSX/wview/wview \ 80 /Library/StartupItems/wview/wview82 ${destroot}/Library/StartupItems/wview/wview 81 83 82 84 xinstall -o root -g wheel -m 644 \ 83 85 ${worksrcpath}/examples/MacOSX/wview/StartupParameters.plist \ 84 /Library/StartupItems/wview/StartupParameters.plist86 ${destroot}/Library/StartupItems/wview/StartupParameters.plist 85 87 86 88

