summaryrefslogtreecommitdiff
path: root/devel/ncurses/patches/patch-aa
blob: b9eca1d05de14c87c990bedebcd8f1aafba6a455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.12 2002/09/01 18:36:36 tron Exp $

--- misc/run_tic.in.orig	Tue Oct 10 00:57:35 2000
+++ misc/run_tic.in	Sun Sep  1 20:19:08 2002
@@ -81,7 +81,7 @@
 # would generate a lot of confusing error messages if we tried to overwrite it.
 # We explicitly remove its contents rather than the directory itself, in case
 # the directory is actually a symbolic link.
-( cd $TERMINFO && rm -fr ? 2>/dev/null )
+#( cd $TERMINFO && rm -fr ? 2>/dev/null )
 
 # If we're not installing into /usr/share/, we'll have to adjust the location
 # of the tabset files in terminfo.src (which are in a parallel directory).
@@ -112,6 +112,9 @@
 	echo '? tic could not build '$TERMINFO
 	exit 1
 fi
+
+# For NetBSD pkgsrc, don't bother with setting a symbolic link.
+exit 0
 
 # Make a symbolic link to provide compatibility with applications that expect
 # to find terminfo under /usr/lib.  That is, we'll _try_ to do that.  Not