diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-07 17:30:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-07 17:30:45 +0000 |
commit | a27d9ae3c9a21328887f21eeb3d17adc64243f59 (patch) | |
tree | 46666fe782a531624da0179fe65a622ca2950bfe /net/dhcp-agent/files | |
parent | New port graphics/pho (version 0.9.1) (diff) |
add dhcp-agent 0.41
A portable UNIX Dynamic Host Configuration suite
Notes
Notes:
svn path=/head/; revision=90539
Diffstat (limited to 'net/dhcp-agent/files')
-rw-r--r-- | net/dhcp-agent/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/dhcp-agent/files/patch-ltmain.sh b/net/dhcp-agent/files/patch-ltmain.sh new file mode 100644 index 000000000000..3209342f280a --- /dev/null +++ b/net/dhcp-agent/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Wed Oct 8 01:18:12 2003 ++++ ltmain.sh Wed Oct 8 01:19:24 2003 +@@ -5425,10 +5425,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" |