blob: 1897d202d0a4d45f71f9df6a1b1420a26bcefe6a (
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
|
$NetBSD: patch-af,v 1.1 2004/10/01 22:56:11 dmcmahill Exp $
--- Makefile.in.orig Fri Sep 10 22:15:33 2004
+++ Makefile.in
@@ -126,12 +126,12 @@ target_alias = @target_alias@
#---------------------------------------------------------------
# tcl/tk scripts that need to be installed.
#---------------------------------------------------------------
-bin_SCRIPTS = tnt.tcl tnt
+bin_SCRIPTS = tnt.tcl tnt-mmtl
#---------------------------------------------------------------
# Examples to be installed
#---------------------------------------------------------------
-examplesdir = $(prefix)/examples
+examplesdir = $(pkgdatadir)/examples
examples_DATA = \
examples/9-7-00.xsctn \
examples/coplanar.xsctn \
@@ -151,7 +151,7 @@ examples_DATA = \
# a prefix. If not, then I suppose README will go into
# /usr.
#---------------------------------------------------------------
-appdocsdir = $(prefix)
+appdocsdir = $(pkgdatadir)
appdocs_DATA = \
AUTHORS$(TXTEXT) \
COPYING$(TXTEXT) \
|