diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-16 21:08:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-16 21:08:02 +0000 |
commit | f52aac036c295189ddc571aedb453af1bb84df3a (patch) | |
tree | b9a1312dfd3edfb1bde031e74c70323704c543fd /benchmarks/tcpblast | |
parent | a285b5b921e9bc9cba81209ede9663c7c3eb603d (diff) | |
download | FreeBSD-ports-f52aac036c295189ddc571aedb453af1bb84df3a.zip FreeBSD-ports-f52aac036c295189ddc571aedb453af1bb84df3a.tar.gz |
portlint
Diffstat (limited to 'benchmarks/tcpblast')
-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 f5bc2e2..530d6d5 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -4,15 +4,15 @@ # # $FreeBSD$ # +# port's source files are in src dir in portball PORTNAME= tcpblast PORTVERSION= 1.0 CATEGORIES= benchmarks net -DISTFILES= # empty +DISTFILES= # none MAINTAINER= ports@FreeBSD.org -NO_CHECKSUM= "port's source files are part of this portball" WRKSRC= ${WRKDIR}/src do-extract: |