aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2014-09-14 22:39:05 +0800
committergrembo <grembo@FreeBSD.org>2014-09-14 22:39:05 +0800
commit4833a4fe539cfadfe2e39bdc5b89341b58b5f8aa (patch)
treefac8b944c1da455d3fe968b337252c18a33a0c23
parent3b307460a3d57fadff119560e5ce42352c51d267 (diff)
downloadfreebsd-ports-gnome-4833a4fe539cfadfe2e39bdc5b89341b58b5f8aa.tar.gz
freebsd-ports-gnome-4833a4fe539cfadfe2e39bdc5b89341b58b5f8aa.tar.zst
freebsd-ports-gnome-4833a4fe539cfadfe2e39bdc5b89341b58b5f8aa.zip
Remove obsolete check for NO_STAGE.
Approved by: mentors (implicit)
-rw-r--r--devel/ice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile
index bd6dee549a6a..9138cfc90b94 100644
--- a/devel/ice/Makefile
+++ b/devel/ice/Makefile
@@ -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}