svn commit: r353079 - head/devel/py-uncompyle2

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 09:24:56 UTC 2014


Author: bapt
Date: Tue May  6 09:24:56 2014
New Revision: 353079
URL: http://svnweb.freebsd.org/changeset/ports/353079
QAT: https://qat.redports.org/buildarchive/r353079/

Log:
  Support stage
  
  PR:		ports/188570
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/devel/py-uncompyle2/Makefile

Modified: head/devel/py-uncompyle2/Makefile
==============================================================================
--- head/devel/py-uncompyle2/Makefile	Tue May  6 09:23:03 2014	(r353078)
+++ head/devel/py-uncompyle2/Makefile	Tue May  6 09:24:56 2014	(r353079)
@@ -16,13 +16,12 @@ USE_PYTHON=	2
 USE_PYDISTUTILS=yes
 REINPLACE_ARGS=	-i ""
 
-NO_STAGE=	yes
 pre-patch:
 	# Removing blanks at EOL
 	${FIND} ${WRKSRC} -type f -print0 | \
 		${XARGS} -0 ${REINPLACE_CMD} -E 's/[[:blank:]]+$$//g'
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/uncompyle2.py ${PREFIX}/bin/uncompyle2
+	${INSTALL_SCRIPT} ${WRKSRC}/uncompyle2.py ${STAGEDIR}${PREFIX}/bin/uncompyle2
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list