From ec6674e6165b93007ea06ea475977f3fed6bf282 Mon Sep 17 00:00:00 2001
From: Sergey Matveychuk <sem@FreeBSD.org>
Date: Sat, 18 Dec 2004 14:51:06 +0000
Subject: - 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
---
 comms/scmxx/Makefile  | 1 +
 comms/scmxx/pkg-plist | 6 ++++++
 2 files changed, 7 insertions(+)

(limited to 'comms/scmxx')

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
-- 
cgit v1.2.3