diff options
Diffstat (limited to 'shells/dash/Makefile')
-rw-r--r-- | shells/dash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 25a7ae4ccff..34036191b91 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -16,6 +16,7 @@ USES= gmake PLIST_FILES= bin/dash MAN1= dash.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in |