diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-08-24 01:24:54 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-08-24 01:24:54 +0000 |
commit | d9d25c12510d1fe6bbfd997ac9d003e4562baddc (patch) | |
tree | a17bfa9b589732be216c423f3d5fd35f0fe8477d /sysutils/ganglia-monitor-core/Makefile | |
parent | 12169db351de434f5f6bde1cc8e543aeab6cbf92 (diff) | |
download | ports-d9d25c12510d1fe6bbfd997ac9d003e4562baddc.tar.gz ports-d9d25c12510d1fe6bbfd997ac9d003e4562baddc.zip |
Notes
Diffstat (limited to 'sysutils/ganglia-monitor-core/Makefile')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 05c947605031..9ffa419d4275 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monitor-core -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= sysutils net parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ganglia @@ -33,7 +33,7 @@ SUB_FILES= pkg-install .if defined (GMETAD_CONF) .if !exists (${GMETAD_CONF}) -IGNORE= "GMETAD_CONF must point to an existing file when defined" +IGNORE= GMETAD_CONF must point to an existing file when defined .endif .else GMETAD_CONF= ${WRKSRC}/gmetad/gmetad.conf @@ -41,7 +41,7 @@ GMETAD_CONF= ${WRKSRC}/gmetad/gmetad.conf .if defined (GMOND_CONF) .if !exists (${GMOND_CONF}) -IGNORE= "GMOND_CONF must point to an existing file when defined" +IGNORE= GMOND_CONF must point to an existing file when defined .endif .else GMOND_CONF= ${WRKDIR}/gmond.conf @@ -61,7 +61,6 @@ USE_RC_SUBR+= gmetad.sh USE_RC_SUBR= ganglia.sh .endif - .if defined (WITH_GMETAD) LIB_DEPENDS= rrd.2:${PORTSDIR}/databases/rrdtool CONFIGURE_ARGS+= --with-gmetad @@ -73,7 +72,7 @@ SUB_LIST+= GMETAD="\#" .endif .if defined (WITH_LIBGANGLIA) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB+= LIBGANGLIA= .else PLIST_SUB+= LIBGANGLIA="@comment " |