blob: b992346fd39db9704816c352e2c4d48de581fb31 (
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-ae,v 1.1 2004/10/01 22:56:11 dmcmahill Exp $
--- Makefile.am.orig Thu Jul 22 14:23:32 2004
+++ Makefile.am
@@ -27,12 +27,12 @@
#---------------------------------------------------------------
# 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 \
@@ -51,7 +51,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) \
|