svn commit: r502683 - head/sysutils/freeipmi

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 04:56:09 UTC 2019


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


More information about the svn-ports-head mailing list