Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 02:23:01 +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: r307700 - head/mail/roundcube-veximaccountadmin
Message-ID:  <201211240223.qAO2N1BK045552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@feld.me> (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 <bsd.port.mk>



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