svn commit: r382271 - head/sysutils/liburcu

Jason Helfman jgh at FreeBSD.org
Wed Mar 25 21:15:38 UTC 2015


Author: jgh
Date: Wed Mar 25 21:15:36 2015
New Revision: 382271
URL: https://svnweb.freebsd.org/changeset/ports/382271
QAT: https://qat.redports.org/buildarchive/r382271/

Log:
  - strip on installation
  
  PR:		198553
  Submitted by:	portmaster at bsdforge.com
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/sysutils/liburcu/Makefile

Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile	Wed Mar 25 21:12:07 2015	(r382270)
+++ head/sysutils/liburcu/Makefile	Wed Mar 25 21:15:36 2015	(r382271)
@@ -18,8 +18,8 @@ PORTDOCS=	ChangeLog README cds-api.txt r
 USES=		pathfix libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}
+INSTALL_TARGET=	install-strip
 
 regression-test: build
 	@cd ${WRKSRC} && ${MAKE} check


More information about the svn-ports-head mailing list