diff options
Diffstat (limited to 'sysutils/superiotool')
-rw-r--r-- | sysutils/superiotool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index ca85e3fd8665..6c778e93f2c1 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -37,6 +37,8 @@ gen-dist: post-patch: @${REINPLACE_CMD} -e 's#/share/man/#/man/#g' -e 's#-ansi##g' \ + -Ee '\#^(CC|INSTALL|PREFIX)#s#=#?=#' \ + -e '\#^CFLAGS#s#=#+=#' -e 's#-O2##' \ ${WRKSRC}/Makefile .include <bsd.port.pre.mk> |