svn commit: r357003 - head/mail/dovecot2-pigeonhole
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Jun 8 11:20:14 UTC 2014
Author: olgeni
Date: Sun Jun 8 11:20:13 2014
New Revision: 357003
URL: http://svnweb.freebsd.org/changeset/ports/357003
QAT: https://qat.redports.org/buildarchive/r357003/
Log:
Use STRIP_CMD.
- MASTER_SITES from PR 189700 was already fixed in r354504.
PR: 189700
Submitted by: meta+ports at vmeta.jp
Approved by: maintainer timeout
Modified:
head/mail/dovecot2-pigeonhole/Makefile
Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile Sun Jun 8 11:10:05 2014 (r357002)
+++ head/mail/dovecot2-pigeonhole/Makefile Sun Jun 8 11:20:13 2014 (r357003)
@@ -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>
More information about the svn-ports-all
mailing list