Changeset 38830
- Timestamp:
- 08/01/2008 00:02:34 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/news/PlopFolio/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/news/PlopFolio/Portfile
r30242 r38830 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.0 4 5 5 6 name PlopFolio 6 7 version 0.1.0 7 8 categories news aqua 8 platforms darwin9 9 maintainers nomaintainer 10 10 description PlopFolio is a free KlipFolio clone that supports Klips … … 17 17 checksums md5 a1752b4ff0707701f993451da924a46d 18 18 19 use_configure no 19 worksrcdir ${name} 20 20 21 build.dir ${workpath}/${name} 22 build.type pbx 23 build.target 24 25 destroot { 26 file mkdir ${destroot}/Applications/MacPorts 27 file copy ${build.dir}/build/${name}.app \ 28 ${destroot}/Applications/MacPorts 21 post-destroot { 22 fs-traverse dir ${destroot} { 23 if {[file isdirectory ${dir}]} { 24 file attributes ${dir} -permissions u+w 25 } 26 } 29 27 }

