svn commit: r352715 - head/security/fwanalog

Adam Weinberger adamw at FreeBSD.org
Thu May 1 02:45:20 UTC 2014


Author: adamw
Date: Thu May  1 02:45:19 2014
New Revision: 352715
URL: http://svnweb.freebsd.org/changeset/ports/352715
QAT: https://qat.redports.org/buildarchive/r352715/

Log:
  Stage the post-install: too.

Modified:
  head/security/fwanalog/Makefile

Modified: head/security/fwanalog/Makefile
==============================================================================
--- head/security/fwanalog/Makefile	Thu May  1 02:36:56 2014	(r352714)
+++ head/security/fwanalog/Makefile	Thu May  1 02:45:19 2014	(r352715)
@@ -40,7 +40,7 @@ do-install:
 .endfor
 
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list