summaryrefslogtreecommitdiffstats
path: root/net/mmucl/files/patch-aa
blob: 1652472080e75cca435f1d8c857bc62797ece59b (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
33
34
35
36
37
38
39
--- Makefile.orig	Sun Oct  6 18:53:40 2002
+++ Makefile	Fri Aug 29 22:46:28 2003
@@ -3,7 +3,7 @@
 
 # Mmucl installs itself under BASE_DIR
 
-BASE_DIR = /usr/local
+BASE_DIR = ${PREFIX}
 
 # The startup script, mmucl, is put in BIN_DIR
 # Everything else is put in LIB_DIR
@@ -13,15 +13,15 @@
 
 # Which tclsh to use.
 
-TCLSH = tclsh
+TCLSH = tclsh8.4
 
 # Where info files are stored.
 
-INFO_DIR = $(BASE_DIR)/share/info
+INFO_DIR = $(BASE_DIR)/info
 
 # Location of install-info
 
-INSTALL_INFO = /sbin/install-info
+INSTALL_INFO = /usr/bin/install-info
 
 # Location of install
 
@@ -43,7 +43,7 @@
 	$(INSTALL) -cm 0644 images/*.gif $(LIB_DIR)/images
 	$(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface
 	$(INSTALL) -cm 0644 examples/mmucl.rc $(LIB_DIR)/examples
-	$(INSTALL) -cm 0755 mmucl2 $(BIN_DIR)
+	$(INSTALL) -cm 0755 mmucl2 $(BIN_DIR)/mmucl
 	$(INSTALL) -cm 0644 mmucl.info $(INFO_DIR)
 	$(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR)
 
OpenPOWER on IntegriCloud