From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 09:37:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52608606; Tue, 16 Oct 2012 09:37:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB2A8FC08; Tue, 16 Oct 2012 09:37:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9G9boIO006726; Tue, 16 Oct 2012 09:37:50 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9G9boga006723; Tue, 16 Oct 2012 09:37:50 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201210160937.q9G9boga006723@svn.freebsd.org> From: Adam Weinberger Date: Tue, 16 Oct 2012 09:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305961 - head/mail/squirrelmail-translations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 09:37:50 -0000 Author: adamw Date: Tue Oct 16 09:37:49 2012 New Revision: 305961 URL: http://svn.freebsd.org/changeset/ports/305961 Log: As in squirrelmail/Makefile, drop cp -R in favor of cpio. No plist change here, but offers some permissions protection. Feature safe: yes Modified: head/mail/squirrelmail-translations/Makefile Modified: head/mail/squirrelmail-translations/Makefile ============================================================================== --- head/mail/squirrelmail-translations/Makefile Tue Oct 16 09:32:51 2012 (r305960) +++ head/mail/squirrelmail-translations/Makefile Tue Oct 16 09:37:49 2012 (r305961) @@ -33,7 +33,7 @@ post-patch: do-install: ${MKDIR} ${SQUIRRELDIR} .for DIR in help images locale - ${CP} -rp ${WRKSRC}/${DIR} ${SQUIRRELDIR} + cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${SQUIRRELDIR} .endfor .include