svn commit: r349904 - in head/lang: pypy pypy-devel pypy3-devel

Antoine Brodin antoine at FreeBSD.org
Wed Apr 2 06:13:54 UTC 2014


Author: antoine
Date: Wed Apr  2 06:13:52 2014
New Revision: 349904
URL: http://svnweb.freebsd.org/changeset/ports/349904
QAT: https://qat.redports.org/buildarchive/r349904/

Log:
  Do not violate stagedir
  
  Reported by:	poudriere
  With hat:	portmgr

Modified:
  head/lang/pypy-devel/Makefile
  head/lang/pypy/Makefile
  head/lang/pypy3-devel/Makefile

Modified: head/lang/pypy-devel/Makefile
==============================================================================
--- head/lang/pypy-devel/Makefile	Wed Apr  2 05:40:20 2014	(r349903)
+++ head/lang/pypy-devel/Makefile	Wed Apr  2 06:13:52 2014	(r349904)
@@ -267,9 +267,6 @@ do-install:
 	${ECHO} bin/${name}-${PYPY_VER} >> ${TMPPLIST}
 .endfor
 
-post-install:
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
 test: patch
 .for inst in ${PYPY_INST}
 	@${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to find ${PYPY_${inst}_NAME}, please install port first!"; exit 1)

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Wed Apr  2 05:40:20 2014	(r349903)
+++ head/lang/pypy/Makefile	Wed Apr  2 06:13:52 2014	(r349904)
@@ -270,9 +270,6 @@ do-install:
 	${ECHO} bin/${name}-${PYPY_VER} >> ${TMPPLIST}
 .endfor
 
-post-install:
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
 test: patch
 .for inst in ${PYPY_INST}
 	@${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to find ${PYPY_${inst}_NAME}, please install port first!"; exit 1)

Modified: head/lang/pypy3-devel/Makefile
==============================================================================
--- head/lang/pypy3-devel/Makefile	Wed Apr  2 05:40:20 2014	(r349903)
+++ head/lang/pypy3-devel/Makefile	Wed Apr  2 06:13:52 2014	(r349904)
@@ -269,9 +269,6 @@ do-install:
 	${ECHO} bin/${name}3-${PYPY_VER} >> ${TMPPLIST}
 .endfor
 
-post-install:
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
 test: patch
 .for inst in ${PYPY_INST}
 	@${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to find ${PYPY_${inst}_NAME}, please install port first!"; exit 1)


More information about the svn-ports-all mailing list