Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 19:53:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343377 - head/archivers/rpm5
Message-ID:  <201402081953.s18JrODB050025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081953.s18JrODB050025>