diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-04-27 19:42:30 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-04-27 19:42:30 +0000 |
commit | 4cabcf1631b59ec065a185fcb295de3494538291 (patch) | |
tree | dfb44a5683e499e12608715763cc6c275ae9a808 /sysutils/ganglia-monitor-core/Makefile | |
parent | c37ee5c26038db1fe96d66436265350d602e0644 (diff) | |
download | ports-4cabcf1631b59ec065a185fcb295de3494538291.tar.gz ports-4cabcf1631b59ec065a185fcb295de3494538291.zip |
Notes
Diffstat (limited to 'sysutils/ganglia-monitor-core/Makefile')
-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 70c689b03be0..413af02c98f1 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 |