diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/tcpblast | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) | |
download | ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.tar.gz ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.zip |
Notes
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 9f6fa124e599..989ae2905879 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: tcpblast -# Date created: 22 August 1994 -# Whom: mr -# +# Created by: mr # $FreeBSD$ -# -# port's source files are in src dir in portball PORTNAME= tcpblast PORTVERSION= 1.1 @@ -19,6 +14,7 @@ PLIST_FILES= bin/tcpblast WRKSRC= ${WRKDIR}/src +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |