From owner-svn-ports-all@FreeBSD.ORG Sat Nov 24 02:23:01 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 60C256E0; Sat, 24 Nov 2012 02:23:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 45F678FC08; Sat, 24 Nov 2012 02:23:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAO2N1J4045553; Sat, 24 Nov 2012 02:23:01 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAO2N1BK045552; Sat, 24 Nov 2012 02:23:01 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211240223.qAO2N1BK045552@svn.freebsd.org> From: Steve Wills Date: Sat, 24 Nov 2012 02:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307700 - head/mail/roundcube-veximaccountadmin 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: Sat, 24 Nov 2012 02:23:01 -0000 Author: swills Date: Sat Nov 24 02:23:00 2012 New Revision: 307700 URL: http://svnweb.freebsd.org/changeset/ports/307700 Log: - Utilize ${INSTALL_DATA} instead of ${PAX} to ensure file/directory permissions are sane PR: ports/173398 Feature safe: yes Submitted by: Mark Felder (maintainer) Modified: head/mail/roundcube-veximaccountadmin/Makefile Modified: head/mail/roundcube-veximaccountadmin/Makefile ============================================================================== --- head/mail/roundcube-veximaccountadmin/Makefile Sat Nov 24 02:22:10 2012 (r307699) +++ head/mail/roundcube-veximaccountadmin/Makefile Sat Nov 24 02:23:00 2012 (r307700) @@ -3,6 +3,7 @@ PORTNAME= veximaccountadmin PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://axel.sjostedt.no/misc/files/ PKGNAMEPREFIX= roundcube- @@ -30,7 +31,8 @@ x-generate-plist: build -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp do-install: + @${ECHO} "Installing in ${WWWDIR}" ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} .include