diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-16 16:53:21 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-16 16:53:21 +0000 |
commit | 8bb213a6682083f2e8f7e9b8f90148c171bb5054 (patch) | |
tree | f7231b36dd4ff3109478ba37208df98746c6b435 /net-mgmt | |
parent | 354b186247a7943e9eec0d566c8e946d74b22316 (diff) | |
download | ports-8bb213a6682083f2e8f7e9b8f90148c171bb5054.tar.gz ports-8bb213a6682083f2e8f7e9b8f90148c171bb5054.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/argus3-clients/pkg-plist | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index 148f6e73a9a8..9bc394a659af 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -34,6 +34,9 @@ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} .if defined(WITH_MYSQL) USE_MYSQL= yes +PLIST_SUB+= MYSQL="" +.else +PLIST_SUB+= MYSQL="@comment " .endif .if defined(WITH_GEOIP) @@ -51,10 +54,15 @@ MAN8= radium.8 do-install: .for i in ra rabins racluster racount radump rafilteraddr \ rahisto ralabel ranonymize rapath rapolicy \ - raservices rasort rasplit rasql rasqlinsert rastream \ + raservices rasort rasplit rastream \ rastrip ratemplate ratimerange ratop ratree rauserdata ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i .endfor +.if defined(WITH_MYSQL) +.for i in rasql rasqlinsert + ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i +.endfor +.endif .for i in radark ragraph rahosts raports ${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i .endfor diff --git a/net-mgmt/argus3-clients/pkg-plist b/net-mgmt/argus3-clients/pkg-plist index 21e9873fc25c..5cf381c2dab1 100644 --- a/net-mgmt/argus3-clients/pkg-plist +++ b/net-mgmt/argus3-clients/pkg-plist @@ -16,8 +16,8 @@ bin/raports bin/raservices bin/rasort bin/rasplit -bin/rasql -bin/rasqlinsert +%%MYSQL%%bin/rasql +%%MYSQL%%bin/rasqlinsert bin/rastream bin/rastrip bin/ratemplate |