Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2014 06:13:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349904 - in head/lang: pypy pypy-devel pypy3-devel
Message-ID:  <201404020613.s326Dref008478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404020613.s326Dref008478>