diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-12 10:19:16 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-12 10:19:16 +0000 |
commit | e0bdb7bfac27ccdb58c54fd0389df66073f3c4e2 (patch) | |
tree | 2144d8d90449987db19d8c84f9518f422059fc4b /x11-toolkits | |
parent | Update to the 20050909 snapshot of GCC 4.1.0. (diff) |
Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
Notes
Notes:
svn path=/head/; revision=142516
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gio/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-port/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-gio/Makefile b/x11-toolkits/hs-gio/Makefile index cdfc9ecaafd8..4feef39e92b5 100644 --- a/x11-toolkits/hs-gio/Makefile +++ b/x11-toolkits/hs-gio/Makefile @@ -34,7 +34,7 @@ PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" .if !defined(NOPORTDOCS) BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock \ - ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc6-doc + ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc-doc CONFIGURE_ARGS+= -haddock-libs ${LOCALBASE}/share/doc/ghc6/libraries/base \ -haddock-html ${LOCALBASE}/share/doc/ghc6/libraries/ ALL_TARGET= release doc diff --git a/x11-toolkits/hs-port/Makefile b/x11-toolkits/hs-port/Makefile index 367dcd765faa..b8872ca4f8f5 100644 --- a/x11-toolkits/hs-port/Makefile +++ b/x11-toolkits/hs-port/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" .if !defined(NOPORTDOCS) BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock \ - ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc6-doc + ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc-doc CONFIGURE_ARGS+= -haddock-libs ${LOCALBASE}/share/doc/ghc6/libraries/base \ -haddock-html ${LOCALBASE}/share/doc/ghc6/libraries/ ALL_TARGET= release doc |