diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-14 02:31:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-14 02:31:38 +0800 |
commit | 4839cdbbb47c52e8af3b76f397f47f05205852a2 (patch) | |
tree | fff7fe46b0d9ab515867f2135fe175c1f22ff9c3 | |
parent | ac76af50d8e24b9d1c5f22f38f52f762b155c559 (diff) | |
download | marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar.gz marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar.bz2 marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar.lz marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar.xz marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.tar.zst marcuscom-ports-4839cdbbb47c52e8af3b76f397f47f05205852a2.zip |
Remove some leftover locale directories.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4488 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/evolution-webcal/Makefile | 3 | ||||
-rw-r--r-- | www/evolution-webcal/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index edea8696c..45877d094 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.23 2005/07/25 22:11:29 marcus Exp $ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.24 2005/08/09 05:13:30 marcus Exp $ # PORTNAME= webcal PORTVERSION= 2.3.91 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.3 diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist index 813bad324..b738a0781 100644 --- a/www/evolution-webcal/pkg-plist +++ b/www/evolution-webcal/pkg-plist @@ -54,3 +54,5 @@ share/locale/vi/LC_MESSAGES/evolution-webcal.mo share/locale/xh/LC_MESSAGES/evolution-webcal.mo share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo +@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ug 2> /dev/null || true |