diff options
Diffstat (limited to 'math/fbm/Makefile')
-rw-r--r-- | math/fbm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index 3bcd2e2672df..c6dc7570c925 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbm -# Date created: 31 June 2003 -# Whom: Pedro F. Giffuni <giffunip@asme.org> -# +# Created by: Pedro F. Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= fbm PORTVERSION= 20041110 @@ -42,6 +38,7 @@ PROGRAMS = bvg-grad-test bvg-hist bvg-initial bvg-mc \ net-stepsizes net-tbl rand-seed series OTHER= dft-genp mix-genp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g;' ${WRKSRC}/make.include @${REINPLACE_CMD} -e 's+%%CFLAGS%%+${CFLAGS}+g;' ${WRKSRC}/make.include |