summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2015-03-25 21:15:36 +0000
committerjgh <jgh@FreeBSD.org>2015-03-25 21:15:36 +0000
commitd7bc3ca6c35d25521811d02693b6feecd3548903 (patch)
treed9d741e8726fbd24d11688de2539f1d8d3d9a420
parent846442cf0fdd82f9b9540b21d7f0fd1291c817f6 (diff)
downloadFreeBSD-ports-d7bc3ca6c35d25521811d02693b6feecd3548903.zip
FreeBSD-ports-d7bc3ca6c35d25521811d02693b6feecd3548903.tar.gz
- strip on installation
PR: 198553 Submitted by: portmaster@bsdforge.com Approved by: maintainer timeout (2 weeks)
-rw-r--r--sysutils/liburcu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile
index 1fb56b6..7c3ad91 100644
--- a/sysutils/liburcu/Makefile
+++ b/sysutils/liburcu/Makefile
@@ -18,8 +18,8 @@ PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
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
OpenPOWER on IntegriCloud