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:
Adam Weinberger 2012-10-16 09:37:49 +00:00
parent 6823c9ac32
commit 37a2f5148e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305961

View File

@ -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>