diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
commit | f6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/fd/Makefile | |
parent | a65ed2e51bf631a6b8ab766f984bf33c686d239a (diff) |
Notes
Diffstat (limited to 'shells/fd/Makefile')
-rw-r--r-- | shells/fd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 2ba9165bb24d..964407873486 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FDclone -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= fd PORTVERSION= 3.01a @@ -32,6 +28,7 @@ DOCS_JA= FAQ \ TECHKNOW \ ToAdmin +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h |