diff options
author | brooks <brooks@FreeBSD.org> | 2005-04-27 19:42:30 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-04-27 19:42:30 +0000 |
commit | 7e6b36969fe2d49e8774eb56921f7d20132f3147 (patch) | |
tree | 87150c5051a421407e47245b1b96f1e65016f52e /sysutils | |
parent | b4befb6b45388a4ad72f0dc811e254e004d6ea1f (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |