svn commit: r307700 - head/mail/roundcube-veximaccountadmin

Steve Wills swills at FreeBSD.org
Sat Nov 24 02:23:01 UTC 2012


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 at 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,^\., at 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>


More information about the svn-ports-all mailing list