diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-17 10:37:31 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-17 10:37:31 +0000 |
commit | 11ce9a8e4627393f7d741db8b3603933ab5c6218 (patch) | |
tree | 3126cbf746d3e0cee8efc175ffde32bbe7e1ff4c /www/httrack/files/patch-ab | |
parent | Add httrack. (diff) |
Initial import of httrack-3.02, an easy-to-use offline browser
utility and website copier.
Diffstat (limited to 'www/httrack/files/patch-ab')
-rw-r--r-- | www/httrack/files/patch-ab | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/httrack/files/patch-ab b/www/httrack/files/patch-ab new file mode 100644 index 000000000000..27a07a8996cd --- /dev/null +++ b/www/httrack/files/patch-ab @@ -0,0 +1,28 @@ +--- Makefile.in.orig Thu May 17 08:26:28 2001 ++++ Makefile.in Sun Jun 17 10:52:24 2001 +@@ -22,7 +22,6 @@ + ### Makefile commands + SHELL = /bin/sh + MAIN = +-CC = gcc + CFLAGS = __CFLAGS__ + # threads + LFLAGS = __LFLAGS__ __LFLAGS2__ +@@ -344,13 +343,13 @@ + + # Install docs + docinstall : +- mkdir -p "$(PREFIX)/doc/httrack" +- chmod 755 "$(PREFIX)/doc/httrack" +- cp -fR $(DOCS) "$(PREFIX)/doc/httrack/" ++ mkdir -p "$(PREFIX)/share/doc/httrack" ++ chmod 755 "$(PREFIX)/share/doc/httrack" ++ cp -fR $(DOCS) "$(PREFIX)/share/doc/httrack/" + + # Uninstall docs + docremove : +- rm -rf "$(PREFIX)/doc/httrack" ++ rm -rf "$(PREFIX)/share/doc/httrack" + + # Install binaries and conf files + bininstall : |