diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2008-10-08 10:25:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2008-10-08 10:25:38 +0000 |
commit | ae2796a2d58b7e848334f263a98da176e8551755 (patch) | |
tree | d00b43fb7968a1bdffa7ad07fe6059ea09ef80b6 /shells/fd | |
parent | c36a7fe5ce15ce465474a76816093331308dd9bc (diff) | |
download | ports-ae2796a2d58b7e848334f263a98da176e8551755.tar.gz ports-ae2796a2d58b7e848334f263a98da176e8551755.zip |
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 03e58632f955..3b6a8f67ef02 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -33,7 +33,7 @@ DOCS_JA= FAQ \ TECHKNOW \ ToAdmin -post-patch: +post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h post-install: |