- 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)
This commit is contained in:
Steve Wills 2012-11-24 02:23:00 +00:00
parent fe60e1ed91
commit 95c01a3e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307700

View file

@ -3,6 +3,7 @@
PORTNAME= veximaccountadmin PORTNAME= veximaccountadmin
PORTVERSION= 0.1 PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://axel.sjostedt.no/misc/files/ MASTER_SITES= http://axel.sjostedt.no/misc/files/
PKGNAMEPREFIX= roundcube- PKGNAMEPREFIX= roundcube-
@ -30,7 +31,8 @@ x-generate-plist: build
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install: do-install:
@${ECHO} "Installing in ${WWWDIR}"
${MKDIR} ${WWWDIR} ${MKDIR} ${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}
.include <bsd.port.mk> .include <bsd.port.mk>