Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 11:20:13 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357003 - head/mail/dovecot2-pigeonhole
Message-ID:  <201406081120.s58BKDSE014436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081120.s58BKDSE014436>