summaryrefslogtreecommitdiff
path: root/japanese/grep/patches/patch-ac
blob: c47dbd0d8ac8bcf1a578b5d8a34b2b0750dd45c3 (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
$NetBSD: patch-ac,v 1.1 1999/06/08 09:27:27 sakamoto Exp $

--- Makefile.in.orig	Tue Jun  8 10:04:26 1999
+++ Makefile.in	Tue Jun  8 10:08:26 1999
@@ -60,9 +60,9 @@
 exec_prefix=$(prefix)
 
 # Prefix for installed program, normally empty or `g'.
-binprefix=
+binprefix=j
 # Prefix for installed man page, normally empty or `g'.
-manprefix=
+manprefix=j
 
 # Where to install executables.
 bindir=$(exec_prefix)/bin
@@ -100,7 +100,7 @@
 	cd $(bindir); $(LN) $(binprefix)grep $(binprefix)egrep
 	rm -f $(bindir)/$(binprefix)fgrep
 	cd $(bindir); $(LN) $(binprefix)grep $(binprefix)fgrep	
-	$(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/grep.$(manext)
+	$(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/$(manprefix)grep.$(manext)
 
 check:
 	AWK=$(AWK) sh $(srcdir)/tests/check.sh $(srcdir)/tests