aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr-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 /www/firefox-esr-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 'www/firefox-esr-i18n')
-rw-r--r--www/firefox-esr-i18n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile
index 712e175cd6ca..74003a20e71e 100644
--- a/www/firefox-esr-i18n/Makefile
+++ b/www/firefox-esr-i18n/Makefile
@@ -65,7 +65,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} ; }