summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-04-27 19:42:30 +0000
committerbrooks <brooks@FreeBSD.org>2005-04-27 19:42:30 +0000
commit7e6b36969fe2d49e8774eb56921f7d20132f3147 (patch)
tree87150c5051a421407e47245b1b96f1e65016f52e /sysutils
parentb4befb6b45388a4ad72f0dc811e254e004d6ea1f (diff)
downloadFreeBSD-ports-7e6b36969fe2d49e8774eb56921f7d20132f3147.zip
FreeBSD-ports-7e6b36969fe2d49e8774eb56921f7d20132f3147.tar.gz
SUB_FILES puts its results in WRKDIR, not WKRSRC. I don't know how
this wasn't failing to install. Pointy hat: brooks
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ganglia-monitor-core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile
index 70c689b..413af02 100644
--- a/sysutils/ganglia-monitor-core/Makefile
+++ b/sysutils/ganglia-monitor-core/Makefile
@@ -24,7 +24,7 @@ DISTNAME= ganglia-${PORTVERSION}
MAINTAINER= brooks@FreeBSD.org
COMMENT= Ganglia cluster monitor, monitoring daemon
-PKGINSTALL= ${WRKSRC}/pkg-install
+PKGINSTALL= ${WRKDIR}/pkg-install
OPTIONS+= GMETAD "include gmetad" on \
LIBGANGLIA "include libganglia" off
OpenPOWER on IntegriCloud