mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- 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
3 changed files with 21 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig Sun Oct 21 16:12:26 2001
|
--- 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 @@
|
@@ -22,7 +22,6 @@
|
||||||
### Makefile commands
|
### Makefile commands
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
@ -43,3 +43,11 @@
|
||||||
|
|
||||||
# Install binaries and conf files
|
# Install binaries and conf files
|
||||||
bininstall :
|
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
|
bin/httrack
|
||||||
|
etc/httrack.conf.sample
|
||||||
lib/libhttrack.so
|
lib/libhttrack.so
|
||||||
lib/libhttrack.so.1
|
lib/libhttrack.so.1
|
||||||
%%PORTDOCS%%share/doc/httrack/COPYING
|
%%PORTDOCS%%share/doc/httrack/COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue