summaryrefslogtreecommitdiff
path: root/wm/ion/patches/patch-aa
blob: d9a119f6c155c66709b067843a7aca1896b76d98 (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
$NetBSD: patch-aa,v 1.1.1.1 2001/04/22 13:32:28 zuntum Exp $

--- Makefile.orig	Wed Mar 14 17:16:18 2001
+++ Makefile
@@ -10,7 +10,7 @@
 SUBDIRS=libtu src
 INSTALL_SUBDIRS=src
 
-TARGETS=man/ion.1x
+TARGETS=man/ion.1
 
 SCRIPTS=scripts/ion-edit scripts/ion-man scripts/ion-runinxterm \
 	scripts/ion-ssh scripts/ion-view
@@ -27,8 +27,8 @@
 
 ######################################
 
-man/ion.1x: man/ion.1x.in
-	sed 's#PREFIX#$(PREFIX)#g' man/ion.1x.in > man/ion.1x
+man/ion.1: man/ion.1x.in
+	sed 's#PREFIX#$(PREFIX)#g' man/ion.1x.in > man/ion.1
 
 _install:
 	$(INSTALLDIR) $(BINDIR)
@@ -37,7 +37,7 @@
 	done
 
 	$(INSTALLDIR) $(MANDIR)/man1
-	$(INSTALL) -m $(DATA_MODE) man/ion.1x $(MANDIR)/man1
+	$(INSTALL) -m $(DATA_MODE) man/ion.1 $(MANDIR)/man1
 
 	$(INSTALLDIR) $(DOCDIR)/ion
 	for i in $(DOCS); do \