diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 03:30:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 03:30:40 +0000 |
commit | cf4add4987f241767a4fb7595911279ebca8c695 (patch) | |
tree | ea176493a7fa896b20e2112208dd884851e9c36c /benchmarks/nttcp/Makefile | |
parent | 95f3e4660a332fb69402b322d875e7da11c2bbc3 (diff) | |
download | ports-cf4add4987f241767a4fb7595911279ebca8c695.tar.gz ports-cf4add4987f241767a4fb7595911279ebca8c695.zip |
Notes
Diffstat (limited to 'benchmarks/nttcp/Makefile')
-rw-r--r-- | benchmarks/nttcp/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 9c91104ef509..2e7ec17593cd 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nttcp -# Version required: 1.3 +# Version required: 1.45 # Date created: 11 Nov 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= nttcp-1.4 +DISTNAME= nttcp-1.45 CATEGORIES= net benchmarks MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \ http://www.FreeBSD.org/~billf/ @@ -16,13 +16,7 @@ MAINTAINER= billf@FreeBSD.org ALL_TARGET= nttcp MAN1= nttcp.1 USE_GMAKE= yes -MAKE_ENV+= CFLG="${CFLAGS}" - -post-patch: - - @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed - @${SED} -e 's#-O2#${CFLAGS}#' \ - ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile +MAKE_ENV+= OPT="${CFLAGS}" do-install: |