summaryrefslogtreecommitdiff
path: root/russian/messarge
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 23:01:00 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 23:01:00 +0000
commit553ed20b80ae807b348abcd50f46ca2a6f96e475 (patch)
treec4ec93f7bce32f84abee323ab1ddb77ff78cf909 /russian/messarge
parentChange the permissions of the binary to setuid so it can get the (diff)
Put manpages in the correct locale directory.
PR: 19146 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=29486
Diffstat (limited to 'russian/messarge')
-rw-r--r--russian/messarge/Makefile1
-rw-r--r--russian/messarge/files/patch-aa19
2 files changed, 20 insertions, 0 deletions
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 <bsd.port.mk>
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