Date: Sun, 14 Sep 2014 14:39:05 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368183 - head/devel/ice Message-ID: <201409141439.s8EEd5ss042851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Sun Sep 14 14:39:05 2014 New Revision: 368183 URL: http://svnweb.freebsd.org/changeset/ports/368183 QAT: https://qat.redports.org/buildarchive/r368183/ Log: Remove obsolete check for NO_STAGE. Approved by: mentors (implicit) Modified: head/devel/ice/Makefile Modified: head/devel/ice/Makefile ============================================================================== --- head/devel/ice/Makefile Sun Sep 14 14:37:34 2014 (r368182) +++ head/devel/ice/Makefile Sun Sep 14 14:39:05 2014 (r368183) @@ -86,7 +86,7 @@ PLIST_SUB+= PYTHONPRE32="" PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} -.if ${PREFIX} != ${LOCALBASE} && !defined(NO_STAGE) +.if ${PREFIX} != ${LOCALBASE} PYSITEDIR= ${PREFIX}${PYTHON_SITELIBDIR:S|^${LOCALBASE}||} .else PYSITEDIR= ${PYTHON_SITELIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409141439.s8EEd5ss042851>