diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-17 05:08:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-17 05:08:02 +0800 |
commit | f52aac036c295189ddc571aedb453af1bb84df3a (patch) | |
tree | b9a1312dfd3edfb1bde031e74c70323704c543fd /benchmarks/tcpblast/Makefile | |
parent | a285b5b921e9bc9cba81209ede9663c7c3eb603d (diff) | |
download | freebsd-ports-gnome-f52aac036c295189ddc571aedb453af1bb84df3a.tar.gz freebsd-ports-gnome-f52aac036c295189ddc571aedb453af1bb84df3a.tar.zst freebsd-ports-gnome-f52aac036c295189ddc571aedb453af1bb84df3a.zip |
portlint
Diffstat (limited to 'benchmarks/tcpblast/Makefile')
-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 f5bc2e2f17d6..530d6d5b9464 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: |