blob: f398bfaaf4c7744c812fb1ac08a485c3e58282e3 (
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
30
31
32
|
$NetBSD: patch-af,v 1.2 2008/03/18 11:48:25 dmcmahill Exp $
--- Makefile.in.orig 2004-09-10 22:15:33.000000000 +0000
+++ Makefile.in 2008-03-17 13:22:14.000000000 +0000
@@ -127,10 +127,10 @@
# 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 \
@@ -152,5 +152,5 @@
# /usr.
#---------------------------------------------------------------
-appdocsdir = $(prefix)
+appdocsdir = $(pkgdatadir)
appdocs_DATA = \
AUTHORS$(TXTEXT) \
@@ -178,5 +178,6 @@
# Subdirectories for automake and make
#---------------------------------------------------------------
-SUBDIRS = bem calcCAP calcRL doc csdl gui units sppdgTcllib
+#SUBDIRS = bem calcCAP calcRL doc csdl gui units sppdgTcllib
+SUBDIRS = bem doc csdl gui units sppdgTcllib
EXTRA_DIST = $(bin_SCRIPTS) $(printfile_DATA) $(examples_DATA)
|