diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-10 14:02:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-10 14:02:44 +0000 |
commit | feffdeb82653a1f649d40f40a37aea6d3ebcbe63 (patch) | |
tree | e955f1a8bbd9e8739d5250016bb0bc40816ea72e /sysutils/xloadface/files/patch-01 | |
parent | fix 1 char typo. (diff) |
forgotten 5 chars to fix X manpage error with XFree86-4.
Diffstat (limited to '')
-rw-r--r-- | sysutils/xloadface/files/patch-01 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/xloadface/files/patch-01 b/sysutils/xloadface/files/patch-01 index 783e1480ad3d..8cef45c45e8f 100644 --- a/sysutils/xloadface/files/patch-01 +++ b/sysutils/xloadface/files/patch-01 @@ -1,8 +1,10 @@ --- Imakefile.orig Wed Feb 19 10:59:43 1992 -+++ Imakefile Wed Nov 1 21:03:59 2000 -@@ -11,4 +11,4 @@ ++++ Imakefile Wed Jan 10 13:17:54 2001 +@@ -10,5 +10,5 @@ + LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) SYS_LIBRARIES = -lm - ComplexProgramTarget(xloadface) +-ComplexProgramTarget(xloadface) -InstallManPage(xloadface.1,$(MANDIR)/xalive.n) ++ComplexProgramTargetNoMan(xloadface) +InstallManPage(xloadface,$(MANPATH)/ja/man1) |