Changeset 81886
- Timestamp:
- 08/06/11 05:21:53 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/Djinn/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/Djinn/Portfile
r50980 r81886 26 26 depends_build port:ghc 27 27 28 configure { cd ${worksrcpath}29 system "runghc Setup configure --ghc --prefix=${prefix}"28 configure { 29 system -W ${worksrcpath} "runghc Setup configure --ghc --prefix=${prefix}" 30 30 } 31 31 32 build { cd ${worksrcpath}33 system "runghc Setup build"32 build { 33 system -W ${worksrcpath} "runghc Setup build" 34 34 } 35 35 36 destroot { cd ${worksrcpath}37 system "runghc Setup copy --copy-prefix=${destroot}${prefix}"36 destroot { 37 system -W ${worksrcpath} "runghc Setup copy --copy-prefix=${destroot}${prefix}" 38 38 } 39 39 40 post-activate { cd ${worksrcpath}41 catch { system "runghc Setup unregister"}42 system "runghc Setup register"40 post-activate { 41 catch { system -W ${worksrcpath} "runghc Setup unregister"} 42 system -W ${worksrcpath} "runghc Setup register" 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.

