1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/lang/ghc/pkg-plist
Gabor Pali 534e224f5e - Remove empty "cabal" directory creation for the hs- ports. Now these are
automatically handled by the combination of the Cabal and the pkg(8)
  frameworks

Issue raised by:	antoine
Discussed with:	ashish
Obtained from:	FreeBSD Haskell
2014-11-13 22:06:06 +00:00

17 lines
382 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