diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-09 21:12:20 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-09 21:12:20 +0000 |
commit | ebcb1efa8e98e09dfb9188467d49d2d02d168d75 (patch) | |
tree | dd57ac94e0195249f7324d328ab40957085afd3d /benchmarks | |
parent | a9be20235ea065d344861ce0c3a35d5e2edbc815 (diff) | |
download | FreeBSD-ports-ebcb1efa8e98e09dfb9188467d49d2d02d168d75.zip FreeBSD-ports-ebcb1efa8e98e09dfb9188467d49d2d02d168d75.tar.gz |
Add category=benchmarks to the ports Makefile
PR: ports/39095 (step 1)
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index a8819a3..39d86ec 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ttcp PORTVERSION= 1.12 -CATEGORIES= net +CATEGORIES= net benchmarks MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README |