aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-06-08 19:20:13 +0800
committerolgeni <olgeni@FreeBSD.org>2014-06-08 19:20:13 +0800
commit21e62c75a908424b278f8054a4634856974ed157 (patch)
treea36dd14259487298448e8672643ba3e7b88ea831 /mail
parenta7ab9981c1ccb5f22ebb28303c13d38512d380f7 (diff)
downloadfreebsd-ports-gnome-21e62c75a908424b278f8054a4634856974ed157.tar.gz
freebsd-ports-gnome-21e62c75a908424b278f8054a4634856974ed157.tar.zst
freebsd-ports-gnome-21e62c75a908424b278f8054a4634856974ed157.zip
Use STRIP_CMD.
- MASTER_SITES from PR 189700 was already fixed in r354504. PR: 189700 Submitted by: meta+ports@vmeta.jp Approved by: maintainer timeout
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index 6809e98b4c2f..55fe6dfa619a 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -35,6 +35,6 @@ post-patch:
${WRKSRC}/doc/Makefile.in
post-install:
- ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>