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:
parent
0d26bb3ada
commit
ec6674e616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124381
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= scmxx
|
||||
PORTVERSION= 0.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user