diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 09:02:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 09:02:04 +0800 |
commit | fa8b1da012ead1e7839ce7c502493ed257fe6e9c (patch) | |
tree | 204f4ca6c5bc160f56d1f6633d457b2f4ebd8afa /devel | |
parent | 4a6d1353eb944676f012bbe2ba180ba3e6bcc655 (diff) | |
download | marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar.gz marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar.bz2 marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar.lz marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar.xz marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.tar.zst marcuscom-ports-fa8b1da012ead1e7839ce7c502493ed257fe6e9c.zip |
Remove leftover locale directories.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5166 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 3 | ||||
-rw-r--r-- | devel/libbonobo/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 5e14b66df..f40b32761 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libbonobo/Makefile,v 1.34 2005/11/15 23:23:04 ahze Exp $ # PORTNAME= libbonobo PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index 67472e619..f84692637 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -263,3 +263,5 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo @unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/locale/li/LC_MESSAGES 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/locale/li 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/ku/LC_MESSAGES 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/ku 2>/dev/null || /usr/bin/true |