summaryrefslogtreecommitdiffstats
path: root/sysutils/xloadface
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-20 15:33:11 +0000
committerkevlo <kevlo@FreeBSD.org>2000-12-20 15:33:11 +0000
commitf57386d6bfe4901480820a151c8ab16d07e87e18 (patch)
tree315f3a7a37ca73ceecfa0a5025fbbef155730ed6 /sysutils/xloadface
parent08a2fd311dfddc4df6d70a08912edaddf8c7c629 (diff)
downloadFreeBSD-ports-f57386d6bfe4901480820a151c8ab16d07e87e18.zip
FreeBSD-ports-f57386d6bfe4901480820a151c8ab16d07e87e18.tar.gz
fixing "X manpage" error with XFree86-4.
PR: 23690 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: MAINTAINER
Diffstat (limited to 'sysutils/xloadface')
-rw-r--r--sysutils/xloadface/Makefile5
-rw-r--r--sysutils/xloadface/files/patch-017
2 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile
index 8250eb9..0ad0b2e 100644
--- a/sysutils/xloadface/Makefile
+++ b/sysutils/xloadface/Makefile
@@ -19,9 +19,12 @@ USE_IMAKE= yes
XLOADFACEDIR= $(X11BASE)/lib/X11/xloadface
MAN1= xloadface.1
+MANLANG= ja
+
+pre-build:
+ ${LOCALBASE}/bin/nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
pre-install:
- @nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
${MKDIR} $(XLOADFACEDIR)
${INSTALL_DATA} ${WRKSRC}/README $(XLOADFACEDIR)
${INSTALL_DATA} ${WRKSRC}/host_org.sample $(XLOADFACEDIR)
diff --git a/sysutils/xloadface/files/patch-01 b/sysutils/xloadface/files/patch-01
index 7fd6d41..783e148 100644
--- a/sysutils/xloadface/files/patch-01
+++ b/sysutils/xloadface/files/patch-01
@@ -1,7 +1,8 @@
---- Imakefile.orig Tue Feb 18 17:59:43 1992
-+++ Imakefile Fri Dec 6 14:27:44 1996
-@@ -11,4 +11,3 @@
+--- Imakefile.orig Wed Feb 19 10:59:43 1992
++++ Imakefile Wed Nov 1 21:03:59 2000
+@@ -11,4 +11,4 @@
SYS_LIBRARIES = -lm
ComplexProgramTarget(xloadface)
-InstallManPage(xloadface.1,$(MANDIR)/xalive.n)
++InstallManPage(xloadface,$(MANPATH)/ja/man1)
OpenPOWER on IntegriCloud