diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-25 18:20:25 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-25 18:20:25 +0000 |
commit | 39a58f35a9cbeed48b5e4531c1346d34a8510806 (patch) | |
tree | bc6bbaef3a88da23fd81e90348eb4042c0d93641 /sysutils/superiotool | |
parent | 468854c0bac43d5297f341bb66a70d57c6dca147 (diff) |
Notes
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> |