summaryrefslogtreecommitdiff
path: root/www/tcl-cgi/patches/patch-ab
blob: a2763ffa1c8db4597831c0ce0e48d162b80530ba (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
--- Makefile.in.orig	Thu Apr 20 11:21:24 2000
+++ Makefile.in	Wed Aug 30 11:18:05 2000
@@ -58,13 +58,13 @@
 
 mandir 	= $(prefix)/man
 man1dir = $(mandir)/man1
-man3dir = $(mandir)/man3
+man3dir = $(mandir)/mann
 docdir = $(datadir)/doc
 
 # utility script directories - arch-independent and arch-non-
 # independent.
-SCRIPTDIR	= $(datadir)/cgi$(SHORT_VERSION)
-EXECSCRIPTDIR	= $(execdatadir)/cgi$(SHORT_VERSION)
+SCRIPTDIR	= $(datadir)/tcl/cgi$(SHORT_VERSION)
+EXECSCRIPTDIR	= $(execdatadir)/tcl/cgi$(SHORT_VERSION)
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -93,7 +93,7 @@
 # (but not the noninstalled files such as `make all' creates)
 uninstall:
 	-rm -f $(SCRIPTDIR)/cgi.tcl
-	-rm -f $(man3dir)/cgi.tcl.3
+	-rm -f $(man3dir)/cgi.tcl.n
 	-rm -f $(SCRIPTDIR)/pkgIndex.tcl
 
 .PHONY: install-info install info
@@ -104,7 +104,7 @@
 # install scripts
 	$(INSTALL_DATA) cgi.tcl $(SCRIPTDIR)
 # install library man page
-	$(INSTALL_DATA) cgi.tcl.man $(man3dir)/cgi.tcl.3
+	$(INSTALL_DATA) cgi.tcl.man $(man3dir)/cgi.tcl.n
 	$(INSTALL_DATA) pkgIndex.tcl $(SCRIPTDIR)
 
 examples: