Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 15:36:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366637 - head/databases/xapian-bindings
Message-ID:  <201408301536.s7UFaQh0095815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301536.s7UFaQh0095815>