1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/webcrawl/files/patch-aa
Bill Fumerola 641e13807e WebCrawl is a program designed to download an entire web-site without
user interaction (although an interactive mode is available). It works simply
by starting with a single web page, and following all links from that page
to attempt to recreate the directory structure on the remote server.

PR:		ports/9846
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-03 21:26:59 +00:00

12 lines
234 B
Plaintext

--- Makefile.old Wed Feb 3 15:57:13 1999
+++ Makefile Wed Feb 3 15:56:34 1999
@@ -4,7 +4,7 @@
gcc -o webcrawl $(OBJ)
.c.o:
- gcc -Wall -c $*.c
+ gcc ${CFLAGS} -Wall -c $*.c
webcrawl.o: webcrawl.c web.h
http.o: http.c web.h