svn commit: r377312 - head/sysutils/freeipmi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 10:35:58 UTC 2015


Author: sunpoet
Date: Sun Jan 18 10:35:57 2015
New Revision: 377312
URL: https://svnweb.freebsd.org/changeset/ports/377312
QAT: https://qat.redports.org/buildarchive/r377312/

Log:
  - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sun Jan 18 10:35:53 2015	(r377311)
+++ head/sysutils/freeipmi/Makefile	Sun Jan 18 10:35:57 2015	(r377312)
@@ -26,7 +26,6 @@ CONFIGURE_ARGS=	--disable-init-scripts \
 		--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
 CONFIGURE_ENV=	PTHREAD_LIBS=-pthread ac_cv_path_CPP=${CPP}
 CPPFLAGS+=	-I${LOCALBASE}/include
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 ONLY_FOR_ARCHS=	i386 amd64
@@ -46,7 +45,8 @@ SHEBANG_FILES=	contrib/ganglia/ganglia_i
 		contrib/pet/petalert.pl
 
 DEBUG_CONFIGURE_ARGS=	--enable-debug --enable-trace
-DEBUG_MAKE_ENV=		INSTALL_STRIP_FLAG=""
+DEBUG_INSTALL_TARGET=	install
+DEBUG_INSTALL_TARGET_OFF=	install-strip
 IOPERM_CPPFLAGS=	-DUSE_IOPERM
 
 post-patch:


More information about the svn-ports-all mailing list