aboutsummaryrefslogtreecommitdiff
path: root/www/micro_httpd
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-01 12:31:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-01 12:31:31 +0000
commit8da2ba358d849004bc7f9a172bb2d6ef6d15b3f4 (patch)
tree2931d46462ba8df9b6f3b6aedd31c32d28236232 /www/micro_httpd
parent84dbe398d31c73cbc703438cb2c7eecf573dfd58 (diff)
downloadports-8da2ba358d849004bc7f9a172bb2d6ef6d15b3f4.tar.gz
ports-8da2ba358d849004bc7f9a172bb2d6ef6d15b3f4.zip
Notes
Diffstat (limited to 'www/micro_httpd')
-rw-r--r--www/micro_httpd/Makefile2
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