From 58c5e69df0f92231ee7c666d8e89d399e9582520 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 16 Oct 2012 09:37:49 +0000 Subject: As in squirrelmail/Makefile, drop cp -R in favor of cpio. No plist change here, but offers some permissions protection. Feature safe: yes --- mail/squirrelmail-translations/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile index 70d45da166af..7563a4229c52 100644 --- a/mail/squirrelmail-translations/Makefile +++ b/mail/squirrelmail-translations/Makefile @@ -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 -- cgit