diff --git a/textproc/xmlgen/Makefile b/textproc/xmlgen/Makefile index c82af23ab16f..0f219dbadc42 100644 --- a/textproc/xmlgen/Makefile +++ b/textproc/xmlgen/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= SF/tclxml/${PORTNAME}/v${PORTVERSION} MAINTAINER= dereckson@gmail.com COMMENT= Write XML documents using Tcl -USE_TCL= 84+ +USES= tcl NO_BUILD= yes -NO_STAGE= yes .include do-install: - cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${PREFIX}/lib/${PORTNAME} DOCDIR=${PREFIX}/share/doc/${PORTNAME} CGIDIR=${PREFIX}/www/${PORTNAME} install + cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${STAGEDIR}${PREFIX}/lib/${PORTNAME} \ + DOCDIR=${STAGEDIR}${PREFIX}/share/doc/${PORTNAME} \ + CGIDIR=${STAGEDIR}${PREFIX}/www/${PORTNAME} install .include