svn commit: r353083 - head/archivers/py-lzma

Sofian Brabez sbz at FreeBSD.org
Tue May 6 11:17:30 UTC 2014


Author: sbz
Date: Tue May  6 11:17:29 2014
New Revision: 353083
URL: http://svnweb.freebsd.org/changeset/ports/353083
QAT: https://qat.redports.org/buildarchive/r353083/

Log:
  - Support STAGEDIR
  
  PR:		ports/188462
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/archivers/py-lzma/Makefile

Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile	Tue May  6 10:09:00 2014	(r353082)
+++ head/archivers/py-lzma/Makefile	Tue May  6 11:17:29 2014	(r353083)
@@ -15,7 +15,6 @@ LICENSE=	LGPL21
 
 ONLY_FOR_ARCHS=	i386
 
-NO_STAGE=	yes
 USE_DOS2UNIX=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
@@ -33,8 +32,8 @@ OPTIONS_DEFINE=	DOCS
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list