1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/ghc/pkg-plist
Ashish SHUKLA 0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00

24 lines
680 B
Plaintext

@comment $FreeBSD$
bin/ghc
bin/ghci
bin/ghc-pkg
bin/runhaskell
bin/haddock-ghc-%%GHC_VERSION%%
bin/ghci-%%GHC_VERSION%%
bin/hsc2hs
bin/ghc-pkg-%%GHC_VERSION%%
bin/runghc
bin/ghc-%%GHC_VERSION%%
bin/hp2ps
bin/hpc
@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/%%GHC_LIBDIR%%/cabal || return true
@exec /bin/mkdir -p %D/%%DOCSDIR%%/cabal || return true
@exec /bin/mkdir -p %D/%%DATADIR%%/cabal || return true
@exec /bin/mkdir -p %D/%%EXAMPLESDIR%%/cabal || return true
@dirrm %%DATADIR%%/cabal
@dirrm %%DATADIR%%
@dirrm %%EXAMPLESDIR%%/cabal
@dirrm %%EXAMPLESDIR%%