diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xml-format/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile index 5da274de9989..238b1610d550 100644 --- a/textproc/xml-format/Makefile +++ b/textproc/xml-format/Makefile @@ -15,7 +15,7 @@ MAKE_ENV+= DATADIR=${DATADIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 - ${MKDIR} ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |