diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-18 14:51:06 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-18 14:51:06 +0000 |
commit | ec6674e6165b93007ea06ea475977f3fed6bf282 (patch) | |
tree | 28065e10a9317968e6dab1fd4ec3e036d8b38d88 /comms/scmxx | |
parent | 0d26bb3adaeb04e8732d4fc222321b93d6d220c9 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=124381
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 1 | ||||
-rw-r--r-- | comms/scmxx/pkg-plist | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 32730c8303da..79e83488e69d 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -7,6 +7,7 @@ PORTNAME= scmxx PORTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/comms/scmxx/pkg-plist b/comms/scmxx/pkg-plist index 2035be4e9595..c8008928cfc9 100644 --- a/comms/scmxx/pkg-plist +++ b/comms/scmxx/pkg-plist @@ -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 |