Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 10:35:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377309 - head/science/udunits
Message-ID:  <201501181035.t0IAZiHk048606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 18 10:35:43 2015
New Revision: 377309
URL: https://svnweb.freebsd.org/changeset/ports/377309
QAT: https://qat.redports.org/buildarchive/r377309/

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

Modified:
  head/science/udunits/Makefile

Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile	Sun Jan 18 10:35:38 2015	(r377308)
+++ head/science/udunits/Makefile	Sun Jan 18 10:35:43 2015	(r377309)
@@ -17,8 +17,8 @@ OPTIONS_DEFINE=	DOCS
 CONFIGURE_ENV=	ac_cv_header_CUnit_CUnit_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_LDCONFIG=	yes
 USES=		libtool
 



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