- Properly register intl manpages [1].

- Properly remove po directories.
- Bump port revision.

PR:		55233 (partially) [1]
Submitted by:	vassily ragosin <vr@vrgraphics.ru>
This commit is contained in:
Max Khon 2003-08-11 19:11:29 +00:00
parent 54a943871c
commit 6bbe6ce14b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86775
3 changed files with 33 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mc
PORTVERSION= 4.6.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= misc shells
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc/
@ -61,6 +61,11 @@ CONFIGURE_ARGS+=--without-subshell
.endif
MAN1= mc.1 mcedit.1 mcview.1
_MAN1= mc.1
_MANLANG= es hu it pl ru.KOI8-R
.for lang in ${_MANLANG}
_MANPAGES+= ${_MAN1:S%^%${MAN1PREFIX}/man/${lang}/man1/%}
.endfor
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/zip|${LOCALBASE}/bin/zip|' \

View File

@ -0,0 +1,11 @@
--- doc/ru/Makefile.in.orig Tue Aug 12 01:13:27 2003
+++ doc/ru/Makefile.in Tue Aug 12 01:12:53 2003
@@ -174,7 +174,7 @@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
-mandir = @mandir@/ru
+mandir = @mandir@/ru.KOI8-R
oldincludedir = @oldincludedir@
prefix = @prefix@
program_transform_name = @program_transform_name@

View File

@ -135,3 +135,19 @@ share/mc/term/xterm.ti
@dirrm share/mc/extfs
@dirrm share/mc/bin
@dirrm share/mc
@unexec rmdir %D/share/locale/wa/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/wa 2>/dev/null || true
@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/hu 2>/dev/null || true
@unexec rmdir %D/man/es/man1 2>/dev/null || true
@unexec rmdir %D/man/es/cat1 2>/dev/null || true
@unexec rmdir %D/man/es 2>/dev/null || true
@unexec rmdir %D/man/hu/man1 2>/dev/null || true
@unexec rmdir %D/man/hu/cat1 2>/dev/null || true
@unexec rmdir %D/man/hu 2>/dev/null || true
@unexec rmdir %D/man/it/man1 2>/dev/null || true
@unexec rmdir %D/man/it/cat1 2>/dev/null || true
@unexec rmdir %D/man/it 2>/dev/null || true
@unexec rmdir %D/man/pl/man1 2>/dev/null || true
@unexec rmdir %D/man/pl/cat1 2>/dev/null || true
@unexec rmdir %D/man/pl 2>/dev/null || true