aboutsummaryrefslogtreecommitdiff
path: root/net/trickle
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-17 16:39:00 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-17 16:39:00 +0000
commit028b79449fa1bb52604a68deeb5050e802bcffb3 (patch)
treeeae601e85fca8bb731d7d9bba73ccbe59a0a8e21 /net/trickle
parent58d66bccabc34dbf541206afb8d7dabd7649923b (diff)
Notes
Diffstat (limited to 'net/trickle')
-rw-r--r--net/trickle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index d0209334ec56..0f642e36f57a 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
PORTDOCS= *
post-install:
${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.default
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>