diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 11:19:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 11:19:49 +0000 |
commit | 55afc97653434f009078f104f3f8e10c0b01e223 (patch) | |
tree | 7e6035416613923f2f28e757f2c0533655fbdf35 /net-p2p/btpd | |
parent | baf7a30c7acf3a27bd395dce9bd7968d52924be9 (diff) |
Notes
Diffstat (limited to 'net-p2p/btpd')
-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 |