diff options
Diffstat (limited to 'www/httrack')
-rw-r--r-- | www/httrack/files/patch-ab | 10 | ||||
-rw-r--r-- | www/httrack/files/patch-ac | 11 | ||||
-rw-r--r-- | www/httrack/pkg-plist | 1 |
3 files changed, 21 insertions, 1 deletions
diff --git a/www/httrack/files/patch-ab b/www/httrack/files/patch-ab index eb78ef60fc93..9dec3a74b33c 100644 --- a/www/httrack/files/patch-ab +++ b/www/httrack/files/patch-ab @@ -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 : diff --git a/www/httrack/files/patch-ac b/www/httrack/files/patch-ac new file mode 100644 index 000000000000..2a5db1e28867 --- /dev/null +++ b/www/httrack/files/patch-ac @@ -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" diff --git a/www/httrack/pkg-plist b/www/httrack/pkg-plist index 8ee2bb90e90a..d5bfd51822f3 100644 --- a/www/httrack/pkg-plist +++ b/www/httrack/pkg-plist @@ -1,4 +1,5 @@ bin/httrack +etc/httrack.conf.sample lib/libhttrack.so lib/libhttrack.so.1 %%PORTDOCS%%share/doc/httrack/COPYING |