From ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 23 Oct 2013 18:58:57 +0000 Subject: Unquiet my ports to make debugging easier. --- shells/dash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells/dash') 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 -- cgit