svn commit: r390972 - head/sysutils/apcupsd

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 30 16:36:00 UTC 2015


Author: amdmi3
Date: Tue Jun 30 16:35:59 2015
New Revision: 390972
URL: https://svnweb.freebsd.org/changeset/ports/390972

Log:
  - Fix portlint warning
  
  PR:		200831
  Submitted by:	leres at ee.lbl.gov
  Approved by:	maintainer timeout (itetcu, 2 weeks)

Modified:
  head/sysutils/apcupsd/Makefile

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Tue Jun 30 16:31:48 2015	(r390971)
+++ head/sysutils/apcupsd/Makefile	Tue Jun 30 16:35:59 2015	(r390972)
@@ -75,7 +75,7 @@ TEST_DRV_CONFIGURE_ENABLE=	test
 pre-configure:
 .if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \
 	${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \
-	${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \
+	${PORT_OPTIONS:MUSB} || \
 	${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_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"


More information about the svn-ports-all mailing list