svn commit: r352713 - head/security/f-prot

Adam Weinberger adamw at FreeBSD.org
Thu May 1 02:36:13 UTC 2014


Author: adamw
Date: Thu May  1 02:36:12 2014
New Revision: 352713
URL: http://svnweb.freebsd.org/changeset/ports/352713
QAT: https://qat.redports.org/buildarchive/r352713/

Log:
  Correct path.

Modified:
  head/security/f-prot/Makefile

Modified: head/security/f-prot/Makefile
==============================================================================
--- head/security/f-prot/Makefile	Thu May  1 02:33:06 2014	(r352712)
+++ head/security/f-prot/Makefile	Thu May  1 02:36:12 2014	(r352713)
@@ -45,7 +45,7 @@ do-install:
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
+	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
 	${CP} ${WRKSRC}/doc/CHANGES ${STAGEDIR}${DOCSDIR}
 	${CP} ${WRKSRC}/doc/LICENSE ${STAGEDIR}${DOCSDIR}
 	${CP} ${WRKSRC}/doc/LICENSE-FPAV ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list