blob: a8e398d116611b1fa5c7a04e649bdc24b233763a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
$NetBSD: patch-ag,v 1.7 2004/11/29 22:11:51 seb Exp $
--- gdtclft/demo/Makefile.in.orig 2004-09-14 22:13:16.000000000 +0000
+++ gdtclft/demo/Makefile.in
@@ -160,7 +160,6 @@ SOCKET_LIBS = @SOCKET_LIBS@
SORT = @SORT@
STRIP = @STRIP@
TCLINT_INCLUDES = @TCLINT_INCLUDES@
-TCLSH = @TCLSH@
TCL_CFLAGS = @TCL_CFLAGS@
TCL_DEFS = @TCL_DEFS@
TCL_INCLUDES = @TCL_INCLUDES@
@@ -186,7 +185,6 @@ TK_VERSION = @TK_VERSION@
TK_XINCLUDES = @TK_XINCLUDES@
TOP_DIR = @TOP_DIR@
VERSION = @VERSION@
-WISH = @WISH@
WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@
WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@
WITH_TCL_FALSE = @WITH_TCL_FALSE@
@@ -253,7 +251,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-demodir = $(datadir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
@WITH_TCL_TRUE@demo_SCRIPTS = entities
@WITH_TCL_TRUE@demo_DATA = entities.README entities.html
EXTRA_DIST = entities entities.README entities.html
|