View | Details | Raw Unified | Return to bug 35910
Collapse All | Expand All

(-)pkg-plist (-1 lines)
Lines 22-28 Link Here
22
include/neon/ne_acl.h
22
include/neon/ne_acl.h
23
lib/libneon.so.19
23
lib/libneon.so.19
24
lib/libneon.so
24
lib/libneon.so
25
lib/libneon.la
26
lib/libneon.a
25
lib/libneon.a
27
%%PORTDOCS%%share/doc/neon/using-neon.txt
26
%%PORTDOCS%%share/doc/neon/using-neon.txt
28
%%PORTDOCS%%@dirrm share/doc/neon
27
%%PORTDOCS%%@dirrm share/doc/neon
(-)files/patch-ltmain.sh (-1 / +14 lines)
Lines 1-5 Link Here
1
1
2
$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.2 2002/03/10 20:57:43 olgeni Exp $
2
$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.1 2002/03/02 19:46:12 olgeni Exp $
3
3
4
--- ltmain.sh.orig	Wed Jan 23 11:38:40 2002
4
--- ltmain.sh.orig	Wed Jan 23 11:38:40 2002
5
+++ ltmain.sh	Sun Feb  3 01:44:17 2002
5
+++ ltmain.sh	Sun Feb  3 01:44:17 2002
Lines 30-32 Link Here
30
 	  *)
30
 	  *)
31
 	    # Add libc to deplibs on all other systems if necessary.
31
 	    # Add libc to deplibs on all other systems if necessary.
32
 	    if test "$build_libtool_need_lc" = "yes"; then
32
 	    if test "$build_libtool_need_lc" = "yes"; then
33
@@ -4179,10 +4190,12 @@
34
 	fi
35
 
36
 	# Install the pseudo-library for information purposes.
37
+	if /usr/bin/false; then
38
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
39
 	instname="$dir/$name"i
40
 	$show "$install_prog $instname $destdir/$name"
41
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
42
+	fi
43
 
44
 	# Maybe install the static library, too.
45
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

Return to bug 35910