diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-24 02:58:57 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-24 02:58:57 +0800 |
commit | ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305 (patch) | |
tree | b3f006e75eda112d79fa946e2138cd66977fc5b3 /shells/dash | |
parent | 0520813eb4c26d14ed8c3aa9f8458268728d1506 (diff) | |
download | freebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.tar.gz freebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.tar.zst freebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.zip |
Unquiet my ports to make debugging easier.
Diffstat (limited to 'shells/dash')
-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> |