svn commit: r331582 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 25 13:36:34 UTC 2013


Author: sunpoet
Date: Fri Oct 25 13:36:34 2013
New Revision: 331582
URL: http://svnweb.freebsd.org/changeset/ports/331582

Log:
  - Strip shared library

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Fri Oct 25 13:36:29 2013	(r331581)
+++ head/net/gupnp-ui/Makefile	Fri Oct 25 13:36:34 2013	(r331582)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list