Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 02:22:10 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307699 - head/mail/roundcube-login_info
Message-ID:  <201211240222.qAO2MAW9045390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Nov 24 02:22:10 2012
New Revision: 307699
URL: http://svnweb.freebsd.org/changeset/ports/307699

Log:
  - Utilize ${INSTALL_DATA} instead of ${PAX} to ensure file/directory
    permissions are sane
  
  PR:		ports/173399
  Submitted by:	Mark Felder <feld@feld.me> (maintainer)
  Feature safe:	yes

Modified:
  head/mail/roundcube-login_info/Makefile

Modified: head/mail/roundcube-login_info/Makefile
==============================================================================
--- head/mail/roundcube-login_info/Makefile	Sat Nov 24 01:54:22 2012	(r307698)
+++ head/mail/roundcube-login_info/Makefile	Sat Nov 24 02:22:10 2012	(r307699)
@@ -3,6 +3,7 @@
 
 PORTNAME=	login_info
 DISTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://www.std-soft.de/webmail/plugins/
 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 <bsd.port.mk>



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