diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 12:31:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 12:31:31 +0000 |
commit | 8da2ba358d849004bc7f9a172bb2d6ef6d15b3f4 (patch) | |
tree | 2931d46462ba8df9b6f3b6aedd31c32d28236232 | |
parent | 84dbe398d31c73cbc703438cb2c7eecf573dfd58 (diff) |
Notes
-rw-r--r-- | www/micro_httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index d35c8da9d3cb..f97307ae5f3e 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= sbin/micro_httpd post-patch: @${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \ s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \ - s:^(CC|CFLAGS) =.+::g;" \ + s:gcc:${CC}:g; s:-O:${CFLAGS}:g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \ ${WRKSRC}/micro_httpd.8 |