mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6f9d344bc3
- Revamp LLVM code generation support [2] - Fix a bug in handling hs- port OPTIONS [3] Reported by: obraun [1], skinnr <skinnr@bitmessage.ch> [2] Submitted by: antoine [3] Obtained from: FreeBSD Haskell
29 lines
980 B
Plaintext
29 lines
980 B
Plaintext
bin/ghc
|
|
bin/ghci
|
|
bin/ghc-pkg
|
|
bin/runhaskell
|
|
bin/runghc
|
|
bin/hp2ps
|
|
bin/hpc
|
|
bin/hsc2hs
|
|
bin/ghc-%%GHC_VERSION%%
|
|
bin/ghci-%%GHC_VERSION%%
|
|
bin/ghc-pkg-%%GHC_VERSION%%
|
|
bin/haddock-ghc-%%GHC_VERSION%%
|
|
bin/runghc-%%GHC_VERSION%%
|
|
%%PORTDOCS%%man/man1/ghc.1.gz
|
|
@exec /bin/ln -sf %D/bin/haddock-ghc-%%GHC_VERSION%% %D/bin/haddock || return true
|
|
@unexec /bin/rm -f %D/bin/haddock || return true
|
|
@exec /bin/mkdir -p %D/lib/cabal/ghc-%%GHC_VERSION%% || return true
|
|
@exec /bin/mkdir -p %D/share/cabal/ghc-%%GHC_VERSION%% || return true
|
|
@exec /bin/mkdir -p %D/share/doc/cabal/ghc-%%GHC_VERSION%% || return true
|
|
@exec /bin/mkdir -p %D/share/examples/cabal/ghc-%%GHC_VERSION%% || return true
|
|
@dirrmtry lib/cabal/ghc-%%GHC_VERSION%%
|
|
@dirrmtry lib/cabal
|
|
@dirrmtry share/cabal/ghc-%%GHC_VERSION%%
|
|
@dirrmtry share/cabal
|
|
@dirrmtry share/doc/cabal/ghc-%%GHC_VERSION%%
|
|
@dirrmtry share/doc/cabal
|
|
@dirrmtry share/examples/cabal/ghc-%%GHC_VERSION%%
|
|
@dirrmtry share/examples/cabal
|