aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2015-03-26 05:15:36 +0800
committerjgh <jgh@FreeBSD.org>2015-03-26 05:15:36 +0800
commitd7bc3ca6c35d25521811d02693b6feecd3548903 (patch)
treed9d741e8726fbd24d11688de2539f1d8d3d9a420 /sysutils
parent846442cf0fdd82f9b9540b21d7f0fd1291c817f6 (diff)
downloadfreebsd-ports-gnome-d7bc3ca6c35d25521811d02693b6feecd3548903.tar.gz
freebsd-ports-gnome-d7bc3ca6c35d25521811d02693b6feecd3548903.tar.zst
freebsd-ports-gnome-d7bc3ca6c35d25521811d02693b6feecd3548903.zip
- strip on installation
PR: 198553 Submitted by: portmaster@bsdforge.com Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/liburcu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile
index 1fb56b6a898e..7c3ad919325b 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