diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-10 23:20:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-10 23:20:26 +0000 |
commit | cb7bb161ebf7ee4285064c885f8a27c9b3500e4f (patch) | |
tree | bc3e43f6e3930dbc67c0eec124cbc2c2178c1181 /www | |
parent | b69afd1b7424590038ddf27d3ac77ea551dc8106 (diff) | |
download | FreeBSD-ports-cb7bb161ebf7ee4285064c885f8a27c9b3500e4f.zip FreeBSD-ports-cb7bb161ebf7ee4285064c885f8a27c9b3500e4f.tar.gz |
Installing with cpio is sufficient, so don't install again with pax
afterward.
Diffstat (limited to 'www')
-rw-r--r-- | www/beonex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile index 6bbdf45..25703b0 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 |