Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 16:36:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390972 - head/sysutils/apcupsd
Message-ID:  <201506301636.t5UGa0eK090339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506301636.t5UGa0eK090339>