svn commit: r330003 - head/science/udunits
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 10 14:32:09 UTC 2013
Author: sunpoet
Date: Thu Oct 10 14:32:08 2013
New Revision: 330003
URL: http://svnweb.freebsd.org/changeset/ports/330003
Log:
- Strip shared library
Modified:
head/science/udunits/Makefile
Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile Thu Oct 10 14:31:52 2013 (r330002)
+++ head/science/udunits/Makefile Thu Oct 10 14:32:08 2013 (r330003)
@@ -16,6 +16,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/tex
CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list