mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
As in squirrelmail/Makefile, drop cp -R in favor of cpio.
No plist change here, but offers some permissions protection. Feature safe: yes
This commit is contained in:
parent
6823c9ac32
commit
37a2f5148e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305961
@ -33,7 +33,7 @@ post-patch:
|
||||
do-install:
|
||||
${MKDIR} ${SQUIRRELDIR}
|
||||
.for DIR in help images locale
|
||||
${CP} -rp ${WRKSRC}/${DIR} ${SQUIRRELDIR}
|
||||
cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${SQUIRRELDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user