aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird-i18n
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-04-23 04:12:10 +0800
committersat <sat@FreeBSD.org>2007-04-23 04:12:10 +0800
commit4ed2718a8db99c0a78b86ded544a1827ccd23320 (patch)
tree6f5ab5a06188aea25628dabc8a43d51a14bb5c94 /mail/thunderbird-i18n
parent83f4766c36b761566f65a1292e033ae9d34bd53c (diff)
downloadfreebsd-ports-gnome-4ed2718a8db99c0a78b86ded544a1827ccd23320.tar.gz
freebsd-ports-gnome-4ed2718a8db99c0a78b86ded544a1827ccd23320.tar.zst
freebsd-ports-gnome-4ed2718a8db99c0a78b86ded544a1827ccd23320.zip
- s/CP -p/CP/ not to mangle ownerships of existing directories
Reported by: pointyhat via kris
Diffstat (limited to 'mail/thunderbird-i18n')
-rw-r--r--mail/thunderbird-i18n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile
index 226a81a42ffd..9499a6d8d6c3 100644
--- a/mail/thunderbird-i18n/Makefile
+++ b/mail/thunderbird-i18n/Makefile
@@ -57,7 +57,7 @@ do-extract:
do-install:
@${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL}
- @${CP} -Rp ${WRKSRC}/ ${XPI_LIBDIR}/
+ @${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/
@${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/
@for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; }