diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:52:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:52:36 +0000 |
commit | d484fa37a183d570b77b3260c34dd09e30c99b5d (patch) | |
tree | 997f4103616d7312bfbfb6d6e11cfc1345ce2c87 /www/httrack/files | |
parent | 6ab10bb8c2ccdf38ee06398b4bd6fff59764a1d6 (diff) | |
download | ports-d484fa37a183d570b77b3260c34dd09e30c99b5d.tar.gz ports-d484fa37a183d570b77b3260c34dd09e30c99b5d.zip |
Notes
Diffstat (limited to 'www/httrack/files')
-rw-r--r-- | www/httrack/files/patch-ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/httrack/files/patch-ltmain.sh b/www/httrack/files/patch-ltmain.sh deleted file mode 100644 index 09e79425b74c..000000000000 --- a/www/httrack/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Sat Oct 11 16:14:42 2003 -+++ ltmain.sh Sat Mar 13 21:56:33 2004 -@@ -4318,10 +4318,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |