aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-07-26 01:55:12 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-07-26 01:55:22 +0000
commit8e20ddc545290fe2036764bbf03e967a6cb06f06 (patch)
treefae5960929e96ebaaf93a81fae584acacdeb45fe /security
parentf3d69b8facb62067486e98f69c20e6a0af073640 (diff)
downloadports-8e20ddc545290fe2036764bbf03e967a6cb06f06.tar.gz
ports-8e20ddc545290fe2036764bbf03e967a6cb06f06.zip
security/distcache: fix strip-related comment and take maintainership
The comment said ``INSTALL_TARGET=install-strip isn't working'', that is, does not strip shared libraries as expected, while actually this is not a bug but intended behavior, per this quote from the INSTALL file: [...] Fortunately, the GNU autotools have built-in support for this functionality, all you need to do is to specify "make install-strip" instead of "make install". Note however that only executables are stripped, libraries are not touched [...]
Diffstat (limited to 'security')
-rw-r--r--security/distcache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/distcache/Makefile b/security/distcache/Makefile
index 28688e72397c..3078fd338ab3 100644
--- a/security/distcache/Makefile
+++ b/security/distcache/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 1.5.1
CATEGORIES= security www
MASTER_SITES= SF/distcache/1.%20distcache-devel/1.5.1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= Distributed OpenSSL session caching tools
LICENSE= LGPL21
@@ -29,7 +29,7 @@ pre-configure: # yes, post-patch won't work in this case
${WRKSRC}/ssl/configure || :
post-install:
- # INSTALL_TARGET=install-strip isn't working! Brute force it
+# Only executables are stripped with `install-strip', not the libraries
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
post-install-DOCS-on: