summaryrefslogtreecommitdiff
path: root/www/httrack/files/patch-ab
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-09-19 11:15:01 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-09-19 11:15:01 +0000
commit88cf70450578885b63dfea8117592a14eb9533b4 (patch)
tree8e01e4cf271e15c2c69c5340565ee7c3de13664d /www/httrack/files/patch-ab
parentupgrade postfix-current to latest release (Attila Nagy <bra@fsn.hu>) (diff)
Upgrade to 3.20-2.
Notes
Notes: svn path=/head/; revision=66698
Diffstat (limited to 'www/httrack/files/patch-ab')
-rw-r--r--www/httrack/files/patch-ab20
1 files changed, 10 insertions, 10 deletions
diff --git a/www/httrack/files/patch-ab b/www/httrack/files/patch-ab
index 2acec06f6b24..9350f4af1dc0 100644
--- a/www/httrack/files/patch-ab
+++ b/www/httrack/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.orig Thu Jul 11 07:15:47 2002
-+++ Makefile.in Sat Aug 3 17:53:46 2002
+--- Makefile.in.orig Tue Sep 10 15:27:25 2002
++++ Makefile.in Thu Sep 19 10:54:38 2002
@@ -22,7 +22,6 @@
### Makefile commands
SHELL = /bin/sh
@@ -18,22 +18,22 @@
HTSSYSTEM = htssystem.h
BINPATH = __BINPATH__
@@ -346,7 +345,8 @@
- chmod a+rx $(BOUTPUT)
+ chmod 755 $(BOUTPUT)
build_binso : $(SOBINARIES)
- $(CC) $(CFLAGS) -shared -Wl,-x,-soname,$(BOUTPUTSO) -o $(BOUTPUTSO) $(SOBINARIES) -lc $(LFLAGS)
+ $(CC) $(CFLAGS) -shared -Wl,-x,-soname,$(BOUTPUTSO) -o $(BOUTPUTSO) $(SOBINARIES) $(LFLAGS)
+ /bin/ln -sf $(BOUTPUTSO) libhttrack.so
$(CC) -L. -lhttrack $(MAINBIN) -o $(BOUTPUT)
- chmod a+rx $(BOUTPUT)
+ chmod 755 $(BOUTPUT)
-@@ -377,12 +377,12 @@
+@@ -378,12 +378,12 @@
# Install docs
docinstall :
-- mkdir -p "$(PREFIX)/doc/httrack" && chmod a+rx "$(PREFIX)/doc/httrack"
+- (mkdir -p "$(PREFIX)/doc/httrack" && chmod 755 "$(PREFIX)/doc/httrack") || true
- cp -fR $(DOCS) "$(PREFIX)/doc/httrack/"
-+ mkdir -p "$(PREFIX)/share/doc/httrack" && chmod a+rx "$(PREFIX)/share/doc/httrack"
++ (mkdir -p "$(PREFIX)/share/doc/httrack" && chmod 755 "$(PREFIX)/share/doc/httrack") || true
+ cp -fR $(DOCS) "$(PREFIX)/share/doc/httrack/"
# Uninstall docs
@@ -43,10 +43,10 @@
# Install binaries and conf files
bininstall :
-@@ -399,7 +399,7 @@
- test ! -d "$(LIBPATH)" && (mkdir -p "$(LIBPATH)" && chmod a+rx "$(LIBPATH)") || true
+@@ -401,7 +401,7 @@
+ test ! -d "$(LIBPATH)" && (mkdir -p "$(LIBPATH)" && chmod 755 "$(LIBPATH)") || true
cp -f $(BOUTPUTSO) $(LIBPATH)/
- chmod a+rx $(LIBPATH)/$(BOUTPUTSO)
+ chmod 644 $(LIBPATH)/$(BOUTPUTSO)
- ln -sf "$(BOUTPUTSO)" "$(PREFIX)/lib/$(BOUTPUTSO).1"
+ ln -sf "$(BOUTPUTSO)" "$(PREFIX)/lib/libhttrack.so"