diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:30:20 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:30:20 +0000 |
commit | 1596b84c039539d956902fdbc011c1b208cf561c (patch) | |
tree | 4bb9505a0f1477f2677871ff6129cc2927c16986 /x11-wm/bbconf/files/patch-admin::ltmain.sh | |
parent | - Remove old maintainer from pkg-descr (diff) |
Add bbconf-1.2, a configurator for the Blackbox window manager
PR: 31639
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes:
svn path=/head/; revision=49668
Diffstat (limited to 'x11-wm/bbconf/files/patch-admin::ltmain.sh')
-rw-r--r-- | x11-wm/bbconf/files/patch-admin::ltmain.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/bbconf/files/patch-admin::ltmain.sh b/x11-wm/bbconf/files/patch-admin::ltmain.sh new file mode 100644 index 000000000000..0dcca4098027 --- /dev/null +++ b/x11-wm/bbconf/files/patch-admin::ltmain.sh @@ -0,0 +1,19 @@ +$FreeBSD$ + +--- admin/ltmain.sh.orig Tue Oct 30 15:44:54 2001 ++++ admin/ltmain.sh Tue Oct 30 15:44:57 2001 +@@ -4609,10 +4609,10 @@ + fi + + # Install the pseudo-library for information purposes. +- 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 $? ++ #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 $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |