- install config as httrack.conf.sample instead of httrack.conf
- don't call ldconfig twice
This commit is contained in:
parent
f1c0ae87d7
commit
dcea216d89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51932
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Sun Oct 21 16:12:26 2001
|
||||
+++ Makefile.in Fri Dec 21 17:58:09 2001
|
||||
+++ Makefile.in Fri Dec 21 18:15:25 2001
|
||||
@@ -22,7 +22,6 @@
|
||||
### Makefile commands
|
||||
SHELL = /bin/sh
|
||||
@ -43,3 +43,11 @@
|
||||
|
||||
# Install binaries and conf files
|
||||
bininstall :
|
||||
@@ -392,7 +392,6 @@
|
||||
@echo "Copying $(BOUTPUTSO) to $(LIBPATH)/.."
|
||||
chmod 755 $(BOUTPUTSO)
|
||||
cp -f $(BOUTPUTSO) $(LIBPATH)/
|
||||
- ldconfig
|
||||
|
||||
# Uninstall binaries
|
||||
binremove :
|
||||
|
11
www/httrack/files/patch-ac
Normal file
11
www/httrack/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- postinst-config.in.orig Sat Oct 6 14:38:26 2001
|
||||
+++ postinst-config.in Fri Dec 21 18:11:33 2001
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Config file location
|
||||
cnfdir="__ETCPATH__"
|
||||
-cnf="__ETCPATH__/httrack.conf"
|
||||
+cnf="__ETCPATH__/httrack.conf.sample"
|
||||
|
||||
if test "`id -u`" -eq 0; then
|
||||
mkdir -p "$cnfdir"
|
@ -1,4 +1,5 @@
|
||||
bin/httrack
|
||||
etc/httrack.conf.sample
|
||||
lib/libhttrack.so
|
||||
lib/libhttrack.so.1
|
||||
%%PORTDOCS%%share/doc/httrack/COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user