svn commit: r377311 - head/devel/libdap

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


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
 


More information about the svn-ports-all mailing list