Changeset 82019
- Timestamp:
- 08/06/11 13:22:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/hs-typenats/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/hs-typenats/Portfile
r75061 r82019 40 40 depends_build port:ghc 41 41 42 pre-configure { cd ${worksrcpath}43 system "ghc -o Setup Setup.hs -package Cabal"42 pre-configure { 43 system -W ${worksrcpath} "ghc -o Setup Setup.hs -package Cabal" 44 44 } 45 45 46 configure { cd ${worksrcpath}47 system "./Setup configure --ghc --prefix=${prefix} --enable-library-profiling"46 configure { 47 system -W ${worksrcpath} "./Setup configure --ghc --prefix=${prefix} --enable-library-profiling" 48 48 } 49 49 50 build { cd ${worksrcpath}51 system "./Setup build -v"50 build { 51 system -W ${worksrcpath} "./Setup build -v" 52 52 } 53 53 54 destroot { cd ${worksrcpath}55 system "./Setup copy --copy-prefix=${destroot}${prefix}"56 system "./Setup register --gen-script"57 system "./Setup unregister --gen-script"54 destroot { 55 system -W ${worksrcpath} "./Setup copy --copy-prefix=${destroot}${prefix}" 56 system -W ${worksrcpath} "./Setup register --gen-script" 57 system -W ${worksrcpath} "./Setup unregister --gen-script" 58 58 59 59 file mkdir ${destroot}${prefix}/libexec/${name} … … 66 66 post-activate { system "${prefix}/libexec/${name}/register.sh" } 67 67 68 #pre-deactivate { system "${prefix}/libexec/${name}/unregister.sh" } 69 68 pre-deactivate { system "${prefix}/libexec/${name}/unregister.sh" }
Note: See TracChangeset
for help on using the changeset viewer.

