- don't need to set DISTNAME when we're overriding DISTFILES
- trim DESCR - add @comment with RCS id to PLIST
This commit is contained in:
parent
f01ffa1c4a
commit
dd33d918dc
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2001/05/05 21:59:45 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2001/06/03 19:40:56 brad Exp $
|
||||
|
||||
COMMENT= "measure the throughput of a TCP connection"
|
||||
|
||||
COMMENT= "measure the throughput of a tcp connection"
|
||||
DISTNAME= tcpblast
|
||||
PKGNAME= tcpblast-1.0
|
||||
CATEGORIES= net benchmarks
|
||||
NEED_VERSION= 1.328
|
||||
# Nothing to fetch
|
||||
NEED_VERSION= 1.402
|
||||
DISTFILES=
|
||||
NO_CHECKSUM= Yes
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
@ -18,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE_FLAGS= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
|
||||
|
||||
NO_CHECKSUM= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
# Just link the contained source files into the build environment
|
||||
|
@ -1,2 +1 @@
|
||||
TCPBLAST measures the throughput of a tcp connection
|
||||
It was written by Daniel Karrenberg <dfk@nic.eu.net>
|
||||
TCPBLAST measures the throughput of a tcp connection.
|
||||
|
@ -1 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/06/03 19:40:56 brad Exp $
|
||||
bin/tcpblast
|
||||
|
Loading…
Reference in New Issue
Block a user