svn commit: r349581 - head/news/sn

Adam Weinberger adamw at FreeBSD.org
Sat Mar 29 19:00:05 UTC 2014


Author: adamw
Date: Sat Mar 29 19:00:05 2014
New Revision: 349581
URL: http://svnweb.freebsd.org/changeset/ports/349581
QAT: https://qat.redports.org/buildarchive/r349581/

Log:
  Missed a ${STAGEDIR}

Modified:
  head/news/sn/Makefile

Modified: head/news/sn/Makefile
==============================================================================
--- head/news/sn/Makefile	Sat Mar 29 18:48:00 2014	(r349580)
+++ head/news/sn/Makefile	Sat Mar 29 19:00:05 2014	(r349581)
@@ -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>


More information about the svn-ports-head mailing list