svn commit: r435604 - head/sysutils/apcupsd

Alexey Dokuchaev danfe at FreeBSD.org
Tue Mar 7 14:16:43 UTC 2017


Author: danfe
Date: Tue Mar  7 14:16:42 2017
New Revision: 435604
URL: https://svnweb.freebsd.org/changeset/ports/435604

Log:
  Fix a typo accidentally made in r435590.
  
  Pointy hat to:	danfe

Modified:
  head/sysutils/apcupsd/Makefile

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Tue Mar  7 13:56:44 2017	(r435603)
+++ head/sysutils/apcupsd/Makefile	Tue Mar  7 14:16:42 2017	(r435604)
@@ -61,7 +61,7 @@ GAPCMON_USES=			pkgconfig
 GAPCMON_USE=			GNOME=gconf2
 GAPCMON_CONFLICTS=		gapcmon-[0-9]*
 PCNET_DRV_CONFIGURE_ENABLE=	pcnet
-USB_DRV__CONFIGURE_ENABLE=	usb
+USB_DRV_CONFIGURE_ENABLE=	usb
 SNMP_DRV_CONFIGURE_ENABLE=	snmp
 MODBUS_CONFIGURE_ENABLE=	modbus
 SNMP_DRV_OLD_CONFIGURE_ENABLE=	net-snmp


More information about the svn-ports-all mailing list