summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-10 02:28:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-10 02:28:36 +0800
commitb6fcf4b2966edecfe262ee1787d178cdb94d43e2 (patch)
tree9fb4cc82bc31da66632e3b2faf01cb07eba3f8b2
parentbbf3fa56524c0ac2d0c130a82c09bd23f3ba3fde (diff)
downloadmarcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar.gz
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar.bz2
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar.lz
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar.xz
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.tar.zst
marcuscom-ports-b6fcf4b2966edecfe262ee1787d178cdb94d43e2.zip
Fix documentation installation path.
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3904 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--textproc/libxml++26/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index 34e5f8e69..292e81c7d 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -38,7 +38,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-configure:
- @${TOUCH} ${WRKSRC}/docs/reference/html/index.html
+ @${TOUCH} ${WRKSRC}/docs/reference/${PORTVERSION:R}/html/index.html
.endif
patch-autotools: