diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/Makefile | 2 |
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 |