diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-31 15:21:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-31 15:21:22 +0000 |
commit | a714980a2f73b5ab93e9aa8d19bf424b7f1e6cac (patch) | |
tree | 2c46f60b795d3cedc506cd52baf3e8cd3621e64e /textproc | |
parent | 210887cc6a6cb4f809721c76beceecdbb79ff869 (diff) | |
download | FreeBSD-ports-a714980a2f73b5ab93e9aa8d19bf424b7f1e6cac.zip FreeBSD-ports-a714980a2f73b5ab93e9aa8d19bf424b7f1e6cac.tar.gz |
Documentation goes into ${PREFIX}/share/doc, not into ${PREFIX}/doc.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 44 |
2 files changed, 23 insertions, 22 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index fde40ad..8b0fff0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" .include <bsd.port.mk> diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist index a4458e3..fe3c983 100644 --- a/textproc/libxslt/pkg-plist +++ b/textproc/libxslt/pkg-plist @@ -1,24 +1,5 @@ bin/xslt-config bin/xsltproc -doc/libxslt/html/book1.html -doc/libxslt/html/libxslt-attributes.html -doc/libxslt/html/libxslt-functions.html -doc/libxslt/html/libxslt-imports.html -doc/libxslt/html/libxslt-keys.html -doc/libxslt/html/libxslt-lib.html -doc/libxslt/html/libxslt-namespaces.html -doc/libxslt/html/libxslt-notes.html -doc/libxslt/html/libxslt-numbersinternals.html -doc/libxslt/html/libxslt-pattern.html -doc/libxslt/html/libxslt-templates.html -doc/libxslt/html/libxslt-transform.html -doc/libxslt/html/libxslt-variables.html -doc/libxslt/html/libxslt-xslt.html -doc/libxslt/html/libxslt-xsltinternals.html -doc/libxslt/html/libxslt-xsltutils.html -doc/libxslt/html/tutorial/libxslt_tutorial.c -doc/libxslt/html/tutorial/libxslttutorial.html -doc/libxslt/html/tutorial/libxslttutorial.xml etc/xsltConf.sh include/libexslt/exslt.h include/libexslt/exsltconfig.h @@ -45,8 +26,27 @@ lib/libexslt.so.2 lib/libxslt.a lib/libxslt.so lib/libxslt.so.1 +share/doc/libxslt/html/book1.html +share/doc/libxslt/html/libxslt-attributes.html +share/doc/libxslt/html/libxslt-functions.html +share/doc/libxslt/html/libxslt-imports.html +share/doc/libxslt/html/libxslt-keys.html +share/doc/libxslt/html/libxslt-lib.html +share/doc/libxslt/html/libxslt-namespaces.html +share/doc/libxslt/html/libxslt-notes.html +share/doc/libxslt/html/libxslt-numbersinternals.html +share/doc/libxslt/html/libxslt-pattern.html +share/doc/libxslt/html/libxslt-templates.html +share/doc/libxslt/html/libxslt-transform.html +share/doc/libxslt/html/libxslt-variables.html +share/doc/libxslt/html/libxslt-xslt.html +share/doc/libxslt/html/libxslt-xsltinternals.html +share/doc/libxslt/html/libxslt-xsltutils.html +share/doc/libxslt/html/tutorial/libxslt_tutorial.c +share/doc/libxslt/html/tutorial/libxslttutorial.html +share/doc/libxslt/html/tutorial/libxslttutorial.xml +@dirrm share/doc/libxslt/html/tutorial +@dirrm share/doc/libxslt/html +@dirrm share/doc/libxslt @dirrm include/libxslt @dirrm include/libexslt -@dirrm doc/libxslt/html/tutorial -@dirrm doc/libxslt/html -@dirrm doc/libxslt |