aboutsummaryrefslogtreecommitdiff
path: root/news/sn
diff options
context:
space:
mode:
Diffstat (limited to 'news/sn')
-rw-r--r--news/sn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/sn/Makefile b/news/sn/Makefile
index 1bccf59b3dd1..030f8e8a9a62 100644
--- a/news/sn/Makefile
+++ b/news/sn/Makefile
@@ -34,7 +34,7 @@ pre-su-install:
@${MKDIR} ${STAGEDIR}/var/spool/news
post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>