aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 11:19:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 11:19:49 +0000
commit55afc97653434f009078f104f3f8e10c0b01e223 (patch)
tree7e6035416613923f2f28e757f2c0533655fbdf35 /net-p2p
parentbaf7a30c7acf3a27bd395dce9bd7968d52924be9 (diff)
downloadports-55afc97653434f009078f104f3f8e10c0b01e223.tar.gz
ports-55afc97653434f009078f104f3f8e10c0b01e223.zip
Fix after staging conversion
Notes
Notes: svn path=/head/; revision=328109
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