summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-10-10 23:20:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-10-10 23:20:26 +0000
commitde31c21c9fa55adaa462c11f8741af48e4ff0309 (patch)
tree665c76c496d444ca5d0d0c5a13f3b295702a2e4d /www
parentUpgrade to a 7-Oct-2002 GCC 3.3 in-development checkout. (diff)
Installing with cpio is sufficient, so don't install again with pax
afterward.
Notes
Notes: svn path=/head/; revision=67787
Diffstat (limited to 'www')
-rw-r--r--www/beonex/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile
index 6bbdf45efa08..25703b0db012 100644
--- a/www/beonex/Makefile
+++ b/www/beonex/Makefile
@@ -133,7 +133,6 @@ do-install:
${CHMOD} 755 ${PREFIX}/lib/beonex
cd ${WRKSRC}/dist/bin && ${FIND} * | \
cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/beonex
- cd ${WRKSRC} && pax -r -w * ${PREFIX}/lib/beonex
${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/beonex
${ECHO_CMD} 'cd ${PREFIX}/lib/beonex && exec ./mozilla "$$@"' >> \
${WRKDIR}/beonex