aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlada/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-11-11 18:17:48 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-11-11 18:17:48 +0000
commitc5181a7846a5d294e48d4812b778c753c25cac2e (patch)
treeb815ab888eae36dd23fcbe2efa89c981b7fbef2f /textproc/xmlada/Makefile
parentd9de5588eda8fc74b92e073a356a840b2d13b9c2 (diff)
downloadports-c5181a7846a5d294e48d4812b778c753c25cac2e.tar.gz
ports-c5181a7846a5d294e48d4812b778c753c25cac2e.zip
Notes
Diffstat (limited to 'textproc/xmlada/Makefile')
-rw-r--r--textproc/xmlada/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index f9d0e7eadf09..039ba98bf25d 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -23,12 +23,16 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-.if !defined(NOPORTDOCS)
+INFO= xmlada
+PORTDOCS= xml.html xml_1.html xml_2.html xml_3.html xml_4.html \
+ xml_5.html xml_6.html xml_toc.html xml_ovr.html xml_abt.html
+
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/info/xmlada.info
- install-info ${PREFIX}/info/xmlada.info ${PREFIX}/info/dir
.endif
+ ${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info
+ install-info ${PREFIX}/${INFO_PATH}/xmlada.info ${PREFIX}/${INFO_PATH}/dir
.include <bsd.port.mk>