Fix two blunders introduced in previous commit.
Pointy hat passed from cluster via kris to: me
This commit is contained in:
parent
c9ec289a5c
commit
6f43ed8252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131843
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark
|
|||
WRKSRC= ${WRKDIR}/dbench
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
PLIST_FILES= dbench tbench tbench_srv
|
||||
PLIST_FILES= bin/dbench bin/tbench bin/tbench_srv
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES} ${PREFIX}/bih
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:T} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue