aboutsummaryrefslogtreecommitdiff
path: root/news/sn
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-03-29 19:00:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-03-29 19:00:05 +0000
commitd917c273842fbe6bfa56f716d5bebbd070f8c06d (patch)
tree097ea1be494950013350252fee5232b83e06d1c4 /news/sn
parentcee39373ceaf5026f905d9f812c1784db2b1b87a (diff)
downloadports-d917c273842fbe6bfa56f716d5bebbd070f8c06d.tar.gz
ports-d917c273842fbe6bfa56f716d5bebbd070f8c06d.zip
Notes
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>