freebsd-ports/security/shishi/files/patch-ltmain.sh
Ying-Chieh Liao 76924dfb18 add shishi 0.0.8
A free implementation of the Kerberos 5 network security system
2003-10-19 17:25:34 +00:00

15 lines
503 B
Bash

--- ltmain.sh.orig Mon Oct 20 00:50:48 2003
+++ ltmain.sh Mon Oct 20 00:51:00 2003
@@ -5457,10 +5457,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"