Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 04:56:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502683 - head/sysutils/freeipmi
Message-ID:  <201905260456.x4Q4u8fd042991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 04:56:08 2019
New Revision: 502683
URL: https://svnweb.freebsd.org/changeset/ports/502683

Log:
  sysutils/freeipmi: Fix spelling of DEBUG_CONFIGURE_ON
  
  There is no opt_CONFIGURE_ARGS helper.

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sun May 26 04:50:18 2019	(r502682)
+++ head/sysutils/freeipmi/Makefile	Sun May 26 04:56:08 2019	(r502683)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freeipmi
 PORTVERSION=	1.6.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -44,7 +45,7 @@ SHEBANG_FILES=	contrib/ganglia/ganglia_ipmi_sensors.pl
 		contrib/pet/check_rmcpping \
 		contrib/pet/petalert.pl
 
-DEBUG_CONFIGURE_ARGS=	--enable-debug --enable-trace
+DEBUG_CONFIGURE_ON=	--enable-debug --enable-trace
 DEBUG_INSTALL_TARGET=	install
 DEBUG_INSTALL_TARGET_OFF=	install-strip
 IOPERM_CPPFLAGS=	-DUSE_IOPERM



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