diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-22 20:12:10 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-22 20:12:10 +0000 |
commit | 7f0578920b15b85e611a0f0b88a49a8341a01c59 (patch) | |
tree | 9f05364024a607d1473fe666e95cb1fb091c7fe6 /www/firefox3-i18n | |
parent | 468698b11f8af2c4e16efb7afcc7101271d620ee (diff) | |
download | ports-7f0578920b15b85e611a0f0b88a49a8341a01c59.tar.gz ports-7f0578920b15b85e611a0f0b88a49a8341a01c59.zip |
- s/CP -p/CP/ not to mangle ownerships of existing directories
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=190650
Diffstat (limited to 'www/firefox3-i18n')
-rw-r--r-- | www/firefox3-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox3-i18n/Makefile b/www/firefox3-i18n/Makefile index 712e175cd6ca..74003a20e71e 100644 --- a/www/firefox3-i18n/Makefile +++ b/www/firefox3-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} ; } |