aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2012-12-10 21:50:06 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2012-12-10 21:50:06 +0000
commitc12431bc89b0a3246c040245dbedf2a249d3fa47 (patch)
tree3cf88dc8e0aea46b93c2687c7d398add043f8dd2 /sysutils/apcupsd
parent3baf8625f2f31b97d1057d9a6e8534d22cd7e343 (diff)
downloadports-c12431bc89b0a3246c040245dbedf2a249d3fa47.tar.gz
ports-c12431bc89b0a3246c040245dbedf2a249d3fa47.zip
Fix tipo. [1]
Yes, I know I should convert it to OPTIONSng and I will :) PR: 174333 [1] Submitted by: John Marino [1]
Notes
Notes: svn path=/head/; revision=308640
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index dca1f078f119..7c5bafb0751b 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -137,7 +137,7 @@ pre-configure:
.if defined(WITH_CLIENT_ONLY) && ( defined(WITH_APCSMART_DRV) || \
defined(WITH_APCDUMB_DRV) || defined(WITH_PCNET_DRV) || \
defined(WITH_POWERFLUTE) || defined(WITH_USB) || \
- definedWITH_SNMP_DRV) || defined(WITH_TEST_DRV) )
+ defined(WITH_SNMP_DRV) || defined(WITH_TEST_DRV) )
@${ECHO_CMD} "It doesn't make sense to build drivers if all you want is"
@${ECHO_CMD} "the client; please do make config and select either"
@${ECHO_CMD} "CLIENT_ONLY or the *_DRV you need"