summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 18:43:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 18:43:03 +0000
commita4f22f7d06a19edd6716f599d2b17e110a3e6890 (patch)
tree18fbce73de3d92b49e5dfbf6a54faa9d0cd22085 /textproc/docbook-xsl/Makefile
parentUSE_LIBTOOL strikes back: use the new and improved way for dealing with (diff)
Upgrade to 1.50.0.
Diffstat (limited to 'textproc/docbook-xsl/Makefile')
-rw-r--r--textproc/docbook-xsl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile
index eb05c59bdfa7..853f52efd664 100644
--- a/textproc/docbook-xsl/Makefile
+++ b/textproc/docbook-xsl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= docbook-xsl
-PORTVERSION= 1.48
+PORTVERSION= 1.50.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= docbook
@@ -30,11 +30,11 @@ do-install:
(cd ${WRKSRC}/doc && ${TAR} -cf - . |\
${TAR} -xf - -C${DOCSDIR})
${MKDIR} ${DOCSDIR}/htmlhelp
- (cd ${WRKSRC}/htmlhelp/doc && ${TAR} -cf - . |\
+ (cd ${WRKSRC}/htmlhelp && ${TAR} -cf - . |\
${TAR} -xf - -C${DOCSDIR}/htmlhelp)
.endif
${MKDIR} ${INSTDIR}
- (cd ${WRKSRC} && ${TAR} -cf - . --exclude doc --exclude extensions |\
+ (cd ${WRKSRC} && ${TAR} -cf - VERSION common fo html lib params xhtml |\
${TAR} -xf - -C${INSTDIR})
.include <bsd.port.mk>