1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

${STRIP} is not a command -- it's the -s flag to install. ;)

This commit is contained in:
Satoshi Asami 1999-09-10 23:58:10 +00:00
parent cbe99c3c0b
commit bd3df2b9ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21631
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
${STRIP} ${WRKSRC}/iozone
strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1

View File

@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
${STRIP} ${WRKSRC}/iozone
strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1