- 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
This commit is contained in:
parent
7e70655152
commit
fe60e1ed91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307699
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue