svn commit: r308640 - head/sysutils/apcupsd

Ion-Mihai Tetcu itetcu at FreeBSD.org
Mon Dec 10 21:50:07 UTC 2012


Author: itetcu
Date: Mon Dec 10 21:50:06 2012
New Revision: 308640
URL: http://svnweb.freebsd.org/changeset/ports/308640

Log:
  Fix tipo. [1]
  
  Yes, I know I should convert it to OPTIONSng and I will :)
  
  PR:		174333 [1]
  Submitted by:		John Marino [1]

Modified:
  head/sysutils/apcupsd/Makefile   (contents, props changed)

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Mon Dec 10 21:47:40 2012	(r308639)
+++ head/sysutils/apcupsd/Makefile	Mon Dec 10 21:50:06 2012	(r308640)
@@ -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"


More information about the svn-ports-all mailing list