aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freeipmi
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 10:35:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 10:35:57 +0000
commit25fe284f83449c3e8242edc3c27e6fb212a4e575 (patch)
treefe5fd4c32f49ec630c995dfd55af19d5bbdedd76 /sysutils/freeipmi
parentc9442dd906a75171e6834418d14a3c00b2bb9ea2 (diff)
downloadports-25fe284f83449c3e8242edc3c27e6fb212a4e575.tar.gz
ports-25fe284f83449c3e8242edc3c27e6fb212a4e575.zip
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Notes
Notes: svn path=/head/; revision=377312
Diffstat (limited to 'sysutils/freeipmi')
-rw-r--r--sysutils/freeipmi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile
index 4e20a91e69e5..a9ae4ac49099 100644
--- a/sysutils/freeipmi/Makefile
+++ b/sysutils/freeipmi/Makefile
@@ -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_ipmi_sensors.pl \
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: