diff options
author | vs <vs@FreeBSD.org> | 2005-09-12 18:19:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-12 18:19:16 +0800 |
commit | 7e767e03fbfcea1c927eb45b1985b560f0b1900a (patch) | |
tree | 83da976cc0d4a842f1eb7d0ddee005395c985dd3 /x11-toolkits | |
parent | a9387386f1db1995459fd37b7335f9894fe8f9c9 (diff) | |
download | freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.tar.gz freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.tar.zst freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.zip |
Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
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 |