diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-14 20:20:18 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-14 20:20:18 +0000 |
commit | 4b3f37240b74837e0ee4ff4ce0fd0d44cf23a41c (patch) | |
tree | c84a294523fd330db52ddcc9c39130e73a529645 /benchmarks | |
parent | support NOPORTDOCS with a different PLIST, don't display message (diff) |
CATEGORIES was wrong (net came before benchmarks)
Notes
Notes:
svn path=/head/; revision=17877
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index bc2f845d4dbd..88ea34b15f39 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,12 +3,12 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.12 1998/12/01 00:54:15 asami Exp $ +# $Id: Makefile,v 1.13 1998/12/05 08:12:11 obrien Exp $ # DISTNAME= tcpblast PKGNAME= tcpblast-1.0 -CATEGORIES= net benchmarks +CATEGORIES= benchmarks net DISTFILES= # empty MAINTAINER= ports@FreeBSD.org |