mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
fe60e1ed91
commit
95c01a3e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307700
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue