diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-10 20:57:43 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-10 20:57:43 +0000 |
commit | 148ba6eb08bf6ac78c4fae6f7b96b47f0d0a6a9a (patch) | |
tree | c67d99b3182f87c2d60812be16f71d98ff775875 /www/neon | |
parent | edf66fa8c3df710912b3131f4d763d21bf2953ad (diff) | |
download | ports-148ba6eb08bf6ac78c4fae6f7b96b47f0d0a6a9a.tar.gz ports-148ba6eb08bf6ac78c4fae6f7b96b47f0d0a6a9a.zip |
Install libneon.la, which is needed by the devel/subversion port.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=55821
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/files/patch-ltmain.sh | 13 | ||||
-rw-r--r-- | www/neon/pkg-plist | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/www/neon/files/patch-ltmain.sh b/www/neon/files/patch-ltmain.sh index 91713d2306f8..4ded1d13e092 100644 --- a/www/neon/files/patch-ltmain.sh +++ b/www/neon/files/patch-ltmain.sh @@ -30,16 +30,3 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,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" diff --git a/www/neon/pkg-plist b/www/neon/pkg-plist index 2db28962ac03..a5f0dd287968 100644 --- a/www/neon/pkg-plist +++ b/www/neon/pkg-plist @@ -22,6 +22,7 @@ include/neon/ne_compress.h include/neon/ne_acl.h lib/libneon.so.19 lib/libneon.so +lib/libneon.la lib/libneon.a %%PORTDOCS%%share/doc/neon/using-neon.txt %%PORTDOCS%%@dirrm share/doc/neon |