diff options
author | krion <krion@FreeBSD.org> | 2004-01-31 06:13:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-31 06:13:46 +0800 |
commit | 2d03e11f070e418bd8bd4632ec4677e16f2a21bc (patch) | |
tree | 9e0943fdc41b3d50a00335d3e90162d93253e282 | |
parent | c0b146dce13cbc2227a707aa19484a22d68516cd (diff) | |
download | freebsd-ports-gnome-2d03e11f070e418bd8bd4632ec4677e16f2a21bc.tar.gz freebsd-ports-gnome-2d03e11f070e418bd8bd4632ec4677e16f2a21bc.tar.zst freebsd-ports-gnome-2d03e11f070e418bd8bd4632ec4677e16f2a21bc.zip |
- Fix plist and bump PORTREVISION
Noticed by: bento via kris
-rw-r--r-- | russian/ksocrat/Makefile | 1 | ||||
-rw-r--r-- | russian/ksocrat/pkg-plist | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/russian/ksocrat/Makefile b/russian/ksocrat/Makefile index efe127e42928..47cc9eb37c8e 100644 --- a/russian/ksocrat/Makefile +++ b/russian/ksocrat/Makefile @@ -6,6 +6,7 @@ PORTNAME= ksocrat PORTVERSION= 3.2 +POTRREVISION= 1 CATEGORIES= russian kde MASTER_SITES= http://ksocrat.linux.kiev.ua/download/ \ http://voodoo.oberon.net/ diff --git a/russian/ksocrat/pkg-plist b/russian/ksocrat/pkg-plist index fdd0746910a9..d83d402c6383 100644 --- a/russian/ksocrat/pkg-plist +++ b/russian/ksocrat/pkg-plist @@ -10,4 +10,18 @@ share/apps/ksocrat/Arsenal_Commware_License_ENG.txt share/apps/ksocrat/Arsenal_Commware_License_RUS.txt share/apps/ksocrat/enru.dic share/apps/ksocrat/ruen.dic +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true @dirrm share/apps/ksocrat +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true |