diff options
author | jgh <jgh@FreeBSD.org> | 2015-03-25 21:15:36 +0000 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-03-25 21:15:36 +0000 |
commit | d7bc3ca6c35d25521811d02693b6feecd3548903 (patch) | |
tree | d9d741e8726fbd24d11688de2539f1d8d3d9a420 | |
parent | 846442cf0fdd82f9b9540b21d7f0fd1291c817f6 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |