svn commit: r358967 - head/net/reposado

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 14:59:52 UTC 2014


Author: vanilla
Date: Mon Jun 23 14:59:52 2014
New Revision: 358967
URL: http://svnweb.freebsd.org/changeset/ports/358967
QAT: https://qat.redports.org/buildarchive/r358967/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/net/reposado/Makefile

Modified: head/net/reposado/Makefile
==============================================================================
--- head/net/reposado/Makefile	Mon Jun 23 14:56:15 2014	(r358966)
+++ head/net/reposado/Makefile	Mon Jun 23 14:59:52 2014	(r358967)
@@ -23,7 +23,6 @@ USE_PYDISTUTILS=	yes
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
 		${WRKSRC}/code/reposadolib/reposadocommon.py
@@ -32,10 +31,9 @@ post-patch:
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} &&\
-			${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} && \
+		${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list