aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-24 19:19:49 +0800
committerbapt <bapt@FreeBSD.org>2013-09-24 19:19:49 +0800
commitfef2cc4c08875aeea8f55acbfc20fb31d14be02f (patch)
tree7e6035416613923f2f28e757f2c0533655fbdf35 /net-p2p
parentcf5014cb58dc7b830726fa6d4f6dd141f0b106e0 (diff)
downloadfreebsd-ports-gnome-fef2cc4c08875aeea8f55acbfc20fb31d14be02f.tar.gz
freebsd-ports-gnome-fef2cc4c08875aeea8f55acbfc20fb31d14be02f.tar.zst
freebsd-ports-gnome-fef2cc4c08875aeea8f55acbfc20fb31d14be02f.zip
Fix after staging conversion
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/btpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile
index ebf740a84fc0..12bb7d688ab4 100644
--- a/net-p2p/btpd/Makefile
+++ b/net-p2p/btpd/Makefile
@@ -21,7 +21,7 @@ PORTDOCS= README
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.endif