diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-30 13:51:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-30 13:51:16 +0000 |
commit | dabbfd952c21e8fa4e21df071add36cdba2203ba (patch) | |
tree | e54613e3a3ebc9f982d7bfa895b11ef8dd626e15 /net/tptest/Makefile | |
parent | 0bcfc8d4da15a492e8ad2b376a018588b3ecf977 (diff) |
Notes
Diffstat (limited to 'net/tptest/Makefile')
-rw-r--r-- | net/tptest/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/tptest/Makefile b/net/tptest/Makefile index 238ae028969e..7da45c641b79 100644 --- a/net/tptest/Makefile +++ b/net/tptest/Makefile @@ -6,26 +6,23 @@ # PORTNAME= tptest -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.7 CATEGORIES= net benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} -DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= girgen@FreeBSD.org COMMENT= Software suite for testing network throughput and Internet services -pre-build: - @ cd ${WRKSRC}/apps/unix/client ;\ - ${LN} -s ../../../os-dep/unix/*.[hc] ../../../engine/*.[hc] . +PLIST_FILES= bin/tptestclient bin/tptestserver do-build: - @ cd ${WRKSRC}/apps/unix/client; ${MAKE} - @ cd ${WRKSRC}/apps/unix/server; ${MAKE} + @cd ${WRKSRC}/apps/unix/client; ${MAKE} + @cd ${WRKSRC}/apps/unix/server; ${MAKE} do-install: - @ ${INSTALL_PROGRAM} \ - ${WRKSRC}/apps/unix/client/tptest \ + @${INSTALL_PROGRAM} \ + ${WRKSRC}/apps/unix/client/tptestclient \ ${WRKSRC}/apps/unix/server/tptestserver \ ${PREFIX}/bin |