svn commit: r393539 - head/databases/py-sqlalchemy

Antoine Brodin antoine at FreeBSD.org
Tue Aug 4 18:45:21 UTC 2015


Author: antoine
Date: Tue Aug  4 18:45:20 2015
New Revision: 393539
URL: https://svnweb.freebsd.org/changeset/ports/393539

Log:
  Fix stage support
  
  Submitted by:	Daniel Nebdal

Modified:
  head/databases/py-sqlalchemy/Makefile

Modified: head/databases/py-sqlalchemy/Makefile
==============================================================================
--- head/databases/py-sqlalchemy/Makefile	Tue Aug  4 18:41:35 2015	(r393538)
+++ head/databases/py-sqlalchemy/Makefile	Tue Aug  4 18:45:20 2015	(r393539)
@@ -87,7 +87,7 @@ pre-build:
 
 post-install:
 .if ${PYTHON_REL} >= 3000
-	@${PY2TO3_CMD} ${PY2TO3_ARGS} ${STAGEDIR}${WRKSRC}/doc
+	@${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc
 .endif
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${AL_PORTDOCS}


More information about the svn-ports-all mailing list