diff options
author | sat <sat@FreeBSD.org> | 2007-04-23 04:12:10 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-23 04:12:10 +0800 |
commit | 4ed2718a8db99c0a78b86ded544a1827ccd23320 (patch) | |
tree | 6f5ab5a06188aea25628dabc8a43d51a14bb5c94 /www/firefox-esr-i18n | |
parent | 83f4766c36b761566f65a1292e033ae9d34bd53c (diff) | |
download | freebsd-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/Makefile | 2 |
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} ; } |