diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 34036191b91c..9b9ad0affa07 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -11,12 +11,10 @@ COMMENT= POSIX-compliant implementation of /bin/sh GNU_CONFIGURE= yes CFLAGS+= -DUNUSABLE_RT_SIGNALS -USES= gmake +USES= gmake -PLIST_FILES= bin/dash -MAN1= dash.1 +PLIST_FILES= bin/dash man/man1/dash.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in