summaryrefslogtreecommitdiff
path: root/devel/mingw-gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mingw-gcc/Makefile')
-rw-r--r--devel/mingw-gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile
index 655792ebff2b..2f99900ea4bc 100644
--- a/devel/mingw-gcc/Makefile
+++ b/devel/mingw-gcc/Makefile
@@ -59,7 +59,7 @@ post-install:
i386-mingw32msvc-protoize \
i386-mingw32msvc-unprotoize; \
do \
- strip ${PREFIX}/bin/$${file}; \
+ ${STRIP_CMD} ${PREFIX}/bin/$${file}; \
done
.include <bsd.port.mk>