summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2014-11-13 22:06:06 +0000
committerpgj <pgj@FreeBSD.org>2014-11-13 22:06:06 +0000
commitc6cd84a300c42253132f06b5dea09ad436b7076e (patch)
tree5fd72e9cc00875ce78e410c54879b7ca7eb8b6bb
parent9f9449aa2cbaab4bff34711fe06617c781afda28 (diff)
downloadFreeBSD-ports-c6cd84a300c42253132f06b5dea09ad436b7076e.zip
FreeBSD-ports-c6cd84a300c42253132f06b5dea09ad436b7076e.tar.gz
- 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
-rw-r--r--lang/ghc/Makefile4
-rw-r--r--lang/ghc/pkg-plist4
2 files changed, 0 insertions, 8 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index d86f729..33ee963 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 3e79bdd..bddc4c6 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
OpenPOWER on IntegriCloud