aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-translations
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-10-16 09:37:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-10-16 09:37:49 +0000
commit37a2f5148ec8853ed01fb718bf2833bab2dddb50 (patch)
treeced161989741235325246f8b3e0a772070bb7354 /mail/squirrelmail-translations
parent6823c9ac328c432689b89763e8fce9f9af45ce98 (diff)
downloadports-37a2f5148ec8853ed01fb718bf2833bab2dddb50.tar.gz
ports-37a2f5148ec8853ed01fb718bf2833bab2dddb50.zip
Notes
Diffstat (limited to 'mail/squirrelmail-translations')
-rw-r--r--mail/squirrelmail-translations/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>