diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-01-21 22:57:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-01-21 22:57:14 +0000 |
commit | 51b7b4e45f24c850b0508c62af81736ca47b1a16 (patch) | |
tree | bfa7e4ff4a3c3ae30d498392636a63923154529d /x11/hs-X11/pkg-plist | |
parent | 9feea1f72d6c75492872f05ecbe996213dfc54a7 (diff) |
- Add HTML documentation when NOPORTDOCS is not defined
PR: ports/129045
Submitted by: Ashish Shukla <wahjava (at) gmail (dot) com>
Reviewed by: tabthorpe
Approved by: gabor
Notes
Notes:
svn path=/head/; revision=226638
Diffstat (limited to 'x11/hs-X11/pkg-plist')
-rw-r--r-- | x11/hs-X11/pkg-plist | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/x11/hs-X11/pkg-plist b/x11/hs-X11/pkg-plist index 41a8606032c8..b0679cfa666b 100644 --- a/x11/hs-X11/pkg-plist +++ b/x11/hs-X11/pkg-plist @@ -1,31 +1,57 @@ +%%SUBDIR%%/Graphics/X11.hi +%%SUBDIR%%/Graphics/X11/Types.hi %%SUBDIR%%/Graphics/X11/Xinerama.hi -%%SUBDIR%%/Graphics/X11/Xlib/Extras.hi -%%SUBDIR%%/include/XlibExtras.h +%%SUBDIR%%/Graphics/X11/Xlib.hi %%SUBDIR%%/Graphics/X11/Xlib/Atom.hi %%SUBDIR%%/Graphics/X11/Xlib/Color.hi %%SUBDIR%%/Graphics/X11/Xlib/Context.hi %%SUBDIR%%/Graphics/X11/Xlib/Display.hi %%SUBDIR%%/Graphics/X11/Xlib/Event.hi +%%SUBDIR%%/Graphics/X11/Xlib/Extras.hi %%SUBDIR%%/Graphics/X11/Xlib/Font.hi +%%SUBDIR%%/Graphics/X11/Xlib/Image.hi %%SUBDIR%%/Graphics/X11/Xlib/Misc.hi %%SUBDIR%%/Graphics/X11/Xlib/Region.hi %%SUBDIR%%/Graphics/X11/Xlib/Screen.hi %%SUBDIR%%/Graphics/X11/Xlib/Types.hi %%SUBDIR%%/Graphics/X11/Xlib/Window.hi -%%SUBDIR%%/Graphics/X11/Xlib/Image.hi -%%SUBDIR%%/Graphics/X11/Types.hi -%%SUBDIR%%/Graphics/X11/Xlib.hi -%%SUBDIR%%/Graphics/X11.hi -%%SUBDIR%%/libHSX11-%%PORTVERSION%%.a %%SUBDIR%%/HSX11-%%PORTVERSION%%.o %%SUBDIR%%/include/HsXlib.h +%%SUBDIR%%/include/XlibExtras.h +%%SUBDIR%%/libHSX11-%%PORTVERSION%%.a %%SUBDIR%%/%%PORTNAME%%-register.sh -share/doc/X11-1.4.1/LICENSE -@dirrm share/doc/X11-1.4.1 +%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Types.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xinerama.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Atom.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Color.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Context.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Display.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Event.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Extras.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Font.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Image.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Misc.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Region.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Screen.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Types.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib-Window.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11-Xlib.html +%%PORTDOCS%%%%DOCSDIR%%/html/Graphics-X11.html +%%PORTDOCS%%%%DOCSDIR%%/html/X11.haddock +%%PORTDOCS%%%%DOCSDIR%%/html/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/html/haddock-util.js +%%PORTDOCS%%%%DOCSDIR%%/html/haddock.css +%%PORTDOCS%%%%DOCSDIR%%/html/haskell_icon.gif +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/minus.gif +%%PORTDOCS%%%%DOCSDIR%%/html/plus.gif +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +@dirrm %%DOCSDIR%% +@dirrmtry %%SUBDIR%%/include @dirrm %%SUBDIR%%/Graphics/X11/Xlib @dirrm %%SUBDIR%%/Graphics/X11 @dirrmtry %%SUBDIR%%/Graphics -@dirrmtry %%SUBDIR%%/include @exec /bin/sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh @exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old @unexec %D/bin/ghc-pkg unregister X11 |