Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 10:35:53 +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: r377311 - head/devel/libdap
Message-ID:  <201501181035.t0IAZrJi048837@svn.freebsd.org>

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

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

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sun Jan 18 10:35:48 2015	(r377310)
+++ head/devel/libdap/Makefile	Sun Jan 18 10:35:53 2015	(r377311)
@@ -18,8 +18,8 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 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=		charsetfix gmake libtool pathfix
 



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