summaryrefslogtreecommitdiff
path: root/shells/dash
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
commitc6b2f8060d514ae26117aa6b0453f6c50b7008ab (patch)
treeb3f006e75eda112d79fa946e2138cd66977fc5b3 /shells/dash
parentUnquiet my ports to make debugging easier. (diff)
Unquiet my ports to make debugging easier.
Notes
Notes: svn path=/head/; revision=331410
Diffstat (limited to 'shells/dash')
-rw-r--r--shells/dash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index 9b9ad0affa07..c4a590eec6be 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -16,7 +16,7 @@ USES= gmake
PLIST_FILES= bin/dash man/man1/dash.1.gz
post-patch:
- @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
+ ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>