diff options
author | pgj <pgj@FreeBSD.org> | 2014-11-14 06:06:06 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-11-14 06:06:06 +0800 |
commit | c6cd84a300c42253132f06b5dea09ad436b7076e (patch) | |
tree | 5fd72e9cc00875ce78e410c54879b7ca7eb8b6bb /lang/ghc | |
parent | 9f9449aa2cbaab4bff34711fe06617c781afda28 (diff) | |
download | freebsd-ports-gnome-c6cd84a300c42253132f06b5dea09ad436b7076e.tar.gz freebsd-ports-gnome-c6cd84a300c42253132f06b5dea09ad436b7076e.tar.zst freebsd-ports-gnome-c6cd84a300c42253132f06b5dea09ad436b7076e.zip |
- 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
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 4 | ||||
-rw-r--r-- | lang/ghc/pkg-plist | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index d86f729691b0..33ee9631a938 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -305,10 +305,6 @@ pre-configure: .endif post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cabal/ghc-${GHC_VERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/cabal/ghc-${GHC_VERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cabal/ghc-${GHC_VERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/cabal/ghc-${GHC_VERSION} @${RM} -f ${STAGEDIR}${PREFIX}/bin/haddock .if ${PORT_OPTIONS:MDOCS} @${LN} -sf haddock-ghc-${GHC_VERSION} ${STAGEDIR}${PREFIX}/bin/haddock diff --git a/lang/ghc/pkg-plist b/lang/ghc/pkg-plist index 3e79bdd3ac88..bddc4c6a5ce7 100644 --- a/lang/ghc/pkg-plist +++ b/lang/ghc/pkg-plist @@ -14,7 +14,3 @@ 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 |