diff options
author | des <des@FreeBSD.org> | 2003-05-18 22:32:08 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-18 22:32:08 +0800 |
commit | e358f82c86e6b4064bbe9b0f7cadad3d9723c30b (patch) | |
tree | 36e8e455d395d086744b51a16e02e2ca336deb13 /textproc/docbook-xsl/Makefile | |
parent | 9bec6aa65f4a04636a9a8b94cd9c5c1c3a3889d7 (diff) | |
download | freebsd-ports-gnome-e358f82c86e6b4064bbe9b0f7cadad3d9723c30b.tar.gz freebsd-ports-gnome-e358f82c86e6b4064bbe9b0f7cadad3d9723c30b.tar.zst freebsd-ports-gnome-e358f82c86e6b4064bbe9b0f7cadad3d9723c30b.zip |
Install the template directory as well.
Requested by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'textproc/docbook-xsl/Makefile')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 3735fcedcdb3..1dc3a8f91a91 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= docbook-xsl PORTVERSION= 1.61.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook @@ -20,7 +21,7 @@ RUN_DEPENDS= ${XMLDIR}/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ XMLDIR= ${LOCALBASE}/share/xml INSTDIR= ${PREFIX}/share/xsl/docbook COPYDIRS= common fo extensions html htmlhelp images \ - javahelp lib manpages params xhtml + javahelp lib manpages params template xhtml NO_BUILD= yes |