diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-08 08:44:38 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-08 08:44:38 +0000 |
commit | 64ebdaf953f9a42a375b5278df21b0cf09b06279 (patch) | |
tree | 40f9871a1bdb0687e862933bfd1d0a775c8bf23a /textproc/docbook-xsl/Makefile | |
parent | Update py-gtk2 to 1.99.12 (diff) |
Upgrade to 1.55.0.
PR: ports/41804, ports/43740, ports/43806
Diffstat (limited to 'textproc/docbook-xsl/Makefile')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index a72062fefb3b..01e2614aff21 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docbook-xsl -PORTVERSION= 1.51.1 +PORTVERSION= 1.55.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook @@ -18,6 +18,8 @@ RUN_DEPENDS= ${XMLDIR}/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ XMLDIR= ${LOCALBASE}/share/xml INSTDIR= ${PREFIX}/share/xsl/docbook +COPYDIRS= common fo extensions html images javahelp lib manpages \ + params xhtml NO_BUILD= yes @@ -34,7 +36,7 @@ do-install: ${TAR} -xf - -C${DOCSDIR}/htmlhelp) .endif ${MKDIR} ${INSTDIR} - (cd ${WRKSRC} && ${TAR} -cf - VERSION common fo html lib params xhtml |\ + (cd ${WRKSRC} && ${TAR} -cf - VERSION ${COPYDIRS} |\ ${TAR} -xf - -C${INSTDIR}) .include <bsd.port.mk> |