svn commit: r366638 - head/databases/xapian-core

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


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
 


More information about the svn-ports-head mailing list