diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /www/linux-beonex/Makefile | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Notes
Diffstat (limited to 'www/linux-beonex/Makefile')
-rw-r--r-- | www/linux-beonex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index 3811d0acc1e6..0d3ae0d41541 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -72,8 +72,8 @@ pre-install: do-install: ${MKDIR} ${PREFIX}/lib/linux-beonex ${CHMOD} 755 ${PREFIX}/lib/linux-beonex - cd ${WRKSRC} && ${FIND} * | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/linux-beonex + cd ${WRKSRC} && ${FIND} * | ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \ + ${PREFIX}/lib/linux-beonex ${LN} -s ${PREFIX}/lib/linux-beonex/beonex-comm \ ${PREFIX}/bin/linux-beonex ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-beonex |