1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

fixing "X manpage" error with XFree86-4.

PR: 23690
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Approved by: MAINTAINER
This commit is contained in:
Kevin Lo 2000-12-20 15:33:11 +00:00
parent b57a58fad7
commit 57c8a37f9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36158
2 changed files with 8 additions and 4 deletions

View File

@ -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)

View File

@ -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)