aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml-format
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-07-10 05:27:06 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-07-10 05:27:06 +0000
commitb99d100fe3e067115b04e68a0fa0c16ada6280de (patch)
treea5f11becc7ed85152f51f3b063f7dd9d9e4fc168 /textproc/xml-format
parent0a83d47bffde280c942d51f2a60ef5b39b1c849b (diff)
downloadports-b99d100fe3e067115b04e68a0fa0c16ada6280de.tar.gz
ports-b99d100fe3e067115b04e68a0fa0c16ada6280de.zip
Correct DATADIR creation
Notes
Notes: svn path=/head/; revision=361424
Diffstat (limited to 'textproc/xml-format')
-rw-r--r--textproc/xml-format/Makefile2
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>