From owner-svn-ports-head@FreeBSD.ORG Mon Dec 10 21:50:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C1E4AB3; Mon, 10 Dec 2012 21:50:07 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3135F8FC0C; Mon, 10 Dec 2012 21:50:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBALo7lc019225; Mon, 10 Dec 2012 21:50:07 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBALo75k019224; Mon, 10 Dec 2012 21:50:07 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201212102150.qBALo75k019224@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 10 Dec 2012 21:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308640 - head/sysutils/apcupsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 21:50:07 -0000 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"