svn commit: r343377 - head/archivers/rpm5

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Feb 8 19:53:24 UTC 2014


Author: rakuco
Date: Sat Feb  8 19:53:23 2014
New Revision: 343377
URL: http://svnweb.freebsd.org/changeset/ports/343377
QAT: https://qat.redports.org/buildarchive/r343377/

Log:
  Install the documentation into the right directory after r338682.

Modified:
  head/archivers/rpm5/Makefile

Modified: head/archivers/rpm5/Makefile
==============================================================================
--- head/archivers/rpm5/Makefile	Sat Feb  8 19:23:28 2014	(r343376)
+++ head/archivers/rpm5/Makefile	Sat Feb  8 19:53:23 2014	(r343377)
@@ -108,9 +108,8 @@ post-build:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	# Install documentation
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/apidocs/html
-	cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${DOCSDIR}/apidocs/html/
+	cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidocs/html/
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list