diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-10 23:00:25 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-10 23:00:25 +0000 |
commit | d2c1f18c87f2ae90e5f38bbe421c6334de1716e6 (patch) | |
tree | ca38efce68286f62061f76349014723d219ff866 /textproc/docbook-xsl/Makefile | |
parent | e46d1e1e52affa92dd523443d54fe2cffb273c75 (diff) |
[1] Upgrade to 1.71.1.
[2] Add slides, tools, wordml directories.
PR: ports/102229 [2]
Notes
Notes:
svn path=/head/; revision=177044
Diffstat (limited to 'textproc/docbook-xsl/Makefile')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 347c7bbd8063..15563cdd7664 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docbook-xsl -PORTVERSION= 1.70.1 +PORTVERSION= 1.71.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook @@ -28,8 +28,9 @@ NO_BUILD= yes XMLDIR= ${LOCALBASE}/share/xml INSTDIR= share/xsl/docbook PINSTDIR= ${PREFIX}/${INSTDIR} -COPYDIRS= common fo extensions html htmlhelp images \ - javahelp lib manpages params profiling template xhtml +COPYDIRS= common extensions fo html htmlhelp images \ + javahelp lib manpages params profiling slides \ + template tools wordml xhtml PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall @@ -38,6 +39,8 @@ CATALOG_PORTS= ${XMLDIR}/catalog.ports post-extract: ${FIND} ${WRKSRC} -name '.#*' -delete + ${FIND} ${WRKSRC}/extensions -type d -mindepth 1 -maxdepth 1 -print0 |\ + ${XARGS} -0 ${RM} -rf post-configure: @${SED} -e 's,@INSTDIR@,${INSTDIR},g ; \ @@ -58,8 +61,6 @@ do-install: ${TAR} -xf - -C${PINSTDIR}) post-install: - ${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build - ${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build2 @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |