1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/httrack/files/patch-ab
2001-06-17 10:37:31 +00:00

29 lines
705 B
Plaintext

--- 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 :