1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix install target on architectures other than i386.

There is an old Linux ELF binary of select in the pgms directory
of the distribution tar file with no corresponding source file.
Most probably time-polling.c should be used to build a binary
of select under FreeBSD, but for now select is just removed.
This commit is contained in:
Stefan Eßer 2005-01-11 20:17:30 +00:00
parent d2d8a84d32
commit c2ec7ecdb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126156
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,9 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX
SUB_FILES= unixbench
post-extract:
${RM} -f ${WRKDIR}/unixbench/pgms/select
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${PREFIX}/bin/
-${MKDIR} ${PREFIX}/lib/unixbench

View File

@ -31,7 +31,6 @@ lib/unixbench/pgms/pipe
lib/unixbench/pgms/register
lib/unixbench/pgms/report.awk
lib/unixbench/pgms/report.sh
lib/unixbench/pgms/select
lib/unixbench/pgms/short
lib/unixbench/pgms/spawn
lib/unixbench/pgms/syscall