aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-06-19 03:24:25 +0800
committerjgh <jgh@FreeBSD.org>2012-06-19 03:24:25 +0800
commit2706fbb5b566b54dca865e24a50ab2ba5e1cce4c (patch)
tree7401adb8f716a99595639f39fb7ffc4b873c3590 /net-mgmt
parent482ec1ca45acda9ad16fc3406a1ec1742c3dbde6 (diff)
downloadfreebsd-ports-gnome-2706fbb5b566b54dca865e24a50ab2ba5e1cce4c.tar.gz
freebsd-ports-gnome-2706fbb5b566b54dca865e24a50ab2ba5e1cce4c.tar.zst
freebsd-ports-gnome-2706fbb5b566b54dca865e24a50ab2ba5e1cce4c.zip
- un-break INDEX, move enviromental issue to do-install target
Spotted by: INDEX build failure
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zenoss/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/zenoss/Makefile b/net-mgmt/zenoss/Makefile
index f92b0ec8222c..20846edfed2f 100644
--- a/net-mgmt/zenoss/Makefile
+++ b/net-mgmt/zenoss/Makefile
@@ -61,10 +61,6 @@ MANPREFIX?= ${ZENHOME}/share
.include "${.CURDIR}/Makefile.man"
BUILD_ENV= PYTHONDONTWRITEBYTECODE=yes
-.if !defined(PACKAGE_BUILDING)
-.SHELL: path="${LOCALBASE}/bin/bash" unsetenv=true
-.endif
-
.if (${ARCH} == amd64)
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
@@ -95,6 +91,9 @@ do-build:
@${DO_NADA}
do-install:
+.if !defined(PACKAGE_BUILDING)
+.SHELL: path="${LOCALBASE}/bin/bash" unsetenv=true
+.endif
# Integrated dependencies insist on using lib/pkgconfig -- instead of huge
# patches, we'll symlink it temporarily
@${MKDIR} ${ZENHOME}/lib \