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/ttcp | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) |
Notes
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r-- | benchmarks/ttcp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 7e217a27e6c9..10394736ba03 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ttcp -# Date created: Tue Jun 1 22:58:13 PDT 1999 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= ttcp PORTVERSION= 1.12 @@ -26,6 +22,7 @@ NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.c ${WRKSRC}/ ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.1 ${WRKSRC}/ |