From 553ed20b80ae807b348abcd50f46ca2a6f96e475 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 9 Jun 2000 23:01:00 +0000 Subject: Put manpages in the correct locale directory. PR: 19146 Submitted by: MAINTAINER --- russian/messarge/Makefile | 1 + russian/messarge/files/patch-aa | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 russian/messarge/files/patch-aa (limited to 'russian') diff --git a/russian/messarge/Makefile b/russian/messarge/Makefile index ca4692b59b18..cbd8d69914ca 100644 --- a/russian/messarge/Makefile +++ b/russian/messarge/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/mail/ \ MAINTAINER= .@babolo.ru MAN1= messarge.1 mesraw.1 mesdbc.1 mesarc.1 mestun.1 +MANLANG= ru.KOI8-R MANCOMPRESSED= yes .include diff --git a/russian/messarge/files/patch-aa b/russian/messarge/files/patch-aa new file mode 100644 index 000000000000..fdfcce880bc5 --- /dev/null +++ b/russian/messarge/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile Sun May 28 19:56:00 2000 ++++ Makefile.new Fri Jun 9 18:59:37 2000 +@@ -20,7 +20,7 @@ + + PREFIX ?= /usr/local + BINDIR ?= ${PREFIX}/bin +-MAN1DIR ?= ${PREFIX}/man/man1 ++MAN1DIR ?= ${PREFIX}/man/ru.KOI8-R/man1 + EXDIR ?= ${PREFIX}/share/examples/messarge + + MESRDBC = \"mesdbc\" +@@ -89,6 +89,7 @@ + .endfor + + installman: ${MANG} ++ ${MKDIR} ${MAN1DIR} + .for I in messarge ${PROG} + ${INSTALL_MAN} ${I}.1.gz ${MAN1DIR}/${I}.1.gz + .endfor -- cgit v1.2.3