mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Put manpages in the correct locale directory.
PR: 19146 Submitted by: MAINTAINER
This commit is contained in:
parent
625c4e7118
commit
553ed20b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29486
@ -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>
|
||||
|
19
russian/messarge/files/patch-aa
Normal file
19
russian/messarge/files/patch-aa
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user