svn commit: r331006 - head/devel/libdap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 11:48:51 UTC 2013


Author: sunpoet
Date: Sun Oct 20 11:48:50 2013
New Revision: 331006
URL: http://svnweb.freebsd.org/changeset/ports/331006

Log:
  - Strip shared library

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sun Oct 20 11:48:46 2013	(r331005)
+++ head/devel/libdap/Makefile	Sun Oct 20 11:48:50 2013	(r331006)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_LDCONFIG=	yes
 USES=		charsetfix gmake pathfix
 


More information about the svn-ports-head mailing list