diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-07-10 05:27:06 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-07-10 05:27:06 +0000 |
commit | b99d100fe3e067115b04e68a0fa0c16ada6280de (patch) | |
tree | a5f11becc7ed85152f51f3b063f7dd9d9e4fc168 /textproc/xml-format | |
parent | 0a83d47bffde280c942d51f2a60ef5b39b1c849b (diff) | |
download | ports-b99d100fe3e067115b04e68a0fa0c16ada6280de.tar.gz ports-b99d100fe3e067115b04e68a0fa0c16ada6280de.zip |
Notes
Diffstat (limited to 'textproc/xml-format')
-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> |