1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Remove extra directories from ru and de man pages.

- While I'm here: remove locale directories for ru and de also.

PR:		ports/75218
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2004-12-18 14:51:06 +00:00
parent 0d26bb3ada
commit ec6674e616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124381
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= scmxx
PORTVERSION= 0.7.4
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -11,3 +11,9 @@ share/locale/ru/LC_MESSAGES/scmxx.mo
%%EXAMPLESDIR%%/vCalendar.vcs
%%EXAMPLESDIR%%/vCard.vcf
@dirrm %%EXAMPLESDIR%%
@dirrm share/locale/de/LC_MESSAGES
@dirrm share/locale/ru/LC_MESSAGES
@unexec rmdir %D/man/de/man1 2>/dev/null || true
@unexec rmdir %D/man/de/ 2>/dev/null || true
@unexec rmdir %D/man/ru/man1 2>/dev/null || true
@unexec rmdir %D/man/ru/ 2>/dev/null || true