diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:58:57 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:58:57 +0000 |
commit | c6b2f8060d514ae26117aa6b0453f6c50b7008ab (patch) | |
tree | b3f006e75eda112d79fa946e2138cd66977fc5b3 /shells | |
parent | 97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/dash/Makefile | 2 |
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> |