Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 15:40:45 +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: r366638 - head/databases/xapian-core
Message-ID:  <201408301540.s7UFejws098884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 30 15:40:44 2014
New Revision: 366638
URL: http://svnweb.freebsd.org/changeset/ports/366638
QAT: https://qat.redports.org/buildarchive/r366638/

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

Modified:
  head/databases/xapian-core/Makefile

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Sat Aug 30 15:36:26 2014	(r366637)
+++ head/databases/xapian-core/Makefile	Sat Aug 30 15:40:44 2014	(r366638)
@@ -19,7 +19,7 @@ SSE2_DESC=	Use SSE2 for floating point
 PORTSCOUT=	limitw:1,even
 
 GNU_CONFIGURE=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool tar:xz
 



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