Changeset 83023
- Timestamp:
- 08/23/11 15:52:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/SDLInvaders/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/SDLInvaders/Portfile
r83022 r83023 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name SDLInvaders 7 8 version 0.8.0 9 revision 1 8 10 categories games 9 11 platforms darwin … … 28 30 configure.args --disable-sdltest 29 31 30 platform darwin { 31 post-destroot { 32 file attributes \ 33 ${destroot}${prefix}/share/SDLInvaders/highscores \ 34 -permissions +w 35 xinstall -d ${destroot}${applications_dir}/${name}.app/Contents/MacOS 36 ln -s ${prefix}/bin/${name} \ 37 ${destroot}${applications_dir}/${name}.app/Contents/MacOS 38 } 32 post-destroot { 33 file attributes ${destroot}${prefix}/share/SDLInvaders/highscores -permissions +w 39 34 } 35 36 app.identifier net.sourceforge.sdlinvaders.${app.name}
Note: See TracChangeset
for help on using the changeset viewer.

