svn commit: r366637 - head/databases/xapian-bindings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 30 15:36:27 UTC 2014


Author: sunpoet
Date: Sat Aug 30 15:36:26 2014
New Revision: 366637
URL: http://svnweb.freebsd.org/changeset/ports/366637
QAT: https://qat.redports.org/buildarchive/r366637/

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

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Sat Aug 30 15:36:12 2014	(r366636)
+++ head/databases/xapian-bindings/Makefile	Sat Aug 30 15:36:26 2014	(r366637)
@@ -23,7 +23,7 @@ PORTSCOUT=	limitw:1,even
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR} \
 		--without-csharp --without-java --without-tcl
 GNU_CONFIGURE=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+INSTALL_TARGET=	install-strip
 USES=		libtool tar:xz
 
 PORTDOCS=	*


More information about the svn-ports-all mailing list