diff options
author | mharo <mharo@FreeBSD.org> | 2004-01-17 07:14:44 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-01-17 07:14:44 +0800 |
commit | 513cd953b9b97aec56efb78616e69f56f6e35b40 (patch) | |
tree | fd460b33a17d5f5292a5529b0855a6d59ecd8766 /benchmarks | |
parent | f17b33d3fc490cb329f52199af04272d07b04695 (diff) | |
download | freebsd-ports-gnome-513cd953b9b97aec56efb78616e69f56f6e35b40.tar.gz freebsd-ports-gnome-513cd953b9b97aec56efb78616e69f56f6e35b40.tar.zst freebsd-ports-gnome-513cd953b9b97aec56efb78616e69f56f6e35b40.zip |
- move the three individual distfiles into ${DISTFILES}/ttcp to
improve organization.
- keep portlint happy.
PR: 61145
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/ttcp/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index d362670b3f8e..d15bc0fedd5a 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -10,18 +10,19 @@ PORTVERSION= 1.12 CATEGORIES= benchmarks net MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README +EXTRACT_ONLY= #none MAINTAINER= mharo@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance -EXTRACT_ONLY= #none NO_WRKSUBDIR= yes +DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 post-extract: - ${CP} ${DISTDIR}/ttcp.c ${WRKSRC}/ - ${CP} ${DISTDIR}/ttcp.1 ${WRKSRC}/ - ${CP} ${DISTDIR}/README ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.c ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.1 ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/README ${WRKSRC}/ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/ttcp ${WRKSRC}/ttcp.c diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo index 980bbb75dedb..550cd2fb21c9 100644 --- a/benchmarks/ttcp/distinfo +++ b/benchmarks/ttcp/distinfo @@ -1,3 +1,3 @@ -MD5 (ttcp.c) = 3d1b75f6116cc246a4def9788ce58c26 -MD5 (ttcp.1) = 01d3a511a05dc8a0669f30c15ebaae82 -MD5 (README) = 6b1e5ff6247a9f284f3b58eb651b37a9 +MD5 (ttcp/ttcp.c) = 3d1b75f6116cc246a4def9788ce58c26 +MD5 (ttcp/ttcp.1) = 01d3a511a05dc8a0669f30c15ebaae82 +MD5 (ttcp/README) = 6b1e5ff6247a9f284f3b58eb651b37a9 |