aboutsummaryrefslogtreecommitdiff
path: root/shells
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
parent97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (diff)
downloadports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.tar.gz
ports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.zip
Notes
Diffstat (limited to 'shells')
-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>