summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-13 17:06:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-13 17:06:30 +0000
commit7058cbdec0573c824fb4dab852cb6e208e3cb7e4 (patch)
treecc0b90c6570af8a342133100b2fbd6a7567b07e0 /www/seamonkey2
parentAllow ogle and ogle-gui to find the libxml2 header files. (diff)
Allow installed files to have correct permissions when built by a non-root
user. PR: 35980 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=57663
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index c8b1ac83feb1..6ccbee4bf62c 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -86,8 +86,8 @@ post-build:
do-install:
${MKDIR} ${PREFIX}/lib/mozilla
${CHMOD} 755 ${PREFIX}/lib/mozilla
- cd ${WRKSRC}/dist/bin && ${TAR} -chf - . | \
- ${TAR} -xf - -C ${PREFIX}/lib/mozilla
+ cd ${WRKSRC}/dist/bin && ${FIND} . | \
+ cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla
${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin
${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
${PREFIX}/lib/mozilla/plugins/libjavaplugin_oji.so