Changeset 83266
- Timestamp:
- 08/29/11 04:11:42 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/Drizzle/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/Drizzle/Portfile
r75217 r83266 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name Drizzle 7 version 298 version 30 8 9 categories devel 9 10 platforms darwin … … 26 27 extract.only 27 28 28 checksums sha1 e7416af2fa987b75323865bf680849fa98913b88\29 rmd160 2eca2f13d89daa00b1983e907530bd639835b65d29 checksums rmd160 d343759590a826344f44d3999fed990e12cb380a \ 30 sha256 32ce0e9bceea7cf55c6a381a10b3942e5f3904f7aa08ea6735c1413386ef4667 30 31 31 32 extract.mkdir yes … … 49 50 50 51 xinstall ${worksrcpath}/drizzle ${destroot}${prefix}/bin/ 51 52 set appdir ${destroot}${applications_dir}/${name}.app/Contents/MacOS53 xinstall -d ${appdir}54 xinstall ${worksrcpath}/drizzleapp ${appdir}/${name}55 52 } 53 54 app.executable ${worksrcpath}/drizzleapp 55 app.identifier net.homeunix.dusty.Drizzle 56 56 57 57 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

