freebsd-ports/www/wyvern/files/patch-Makefile.in
Akinori MUSHA aa8d8b00a7 Update Wyvern, a simple/powerful/lightweight/secure/embed-able HTTP
server to 2.0.4.

Submitted by:	Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
2002-02-03 20:43:46 +00:00

11 lines
422 B
Text

--- conf/Makefile.in.org Sun Feb 3 02:30:09 2002
+++ conf/Makefile.in Sun Feb 3 02:42:02 2002
@@ -39,7 +39,7 @@
for file in ${install_conf}; do \
[ -f $${file} ] || ${CP} $${file}.sample $${file}; \
done)
- @if [ "x${SSL_CMD}" != "x" ]; then ${MAKE} certificate; fi
+# @if [ "x${SSL_CMD}" != "x" ]; then ${MAKE} certificate; fi
###############################################################################