diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-07 02:52:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-07 02:52:41 +0800 |
commit | f7c32d975eedc04816e9f2f6c51b6282f29e052b (patch) | |
tree | caa68a1119b25206d677c5b8195c47227575cba1 /misc/gnome-icon-theme | |
parent | 9f38af532594104fb8e74268759eaeead1c0e157 (diff) | |
download | freebsd-ports-gnome-f7c32d975eedc04816e9f2f6c51b6282f29e052b.tar.gz freebsd-ports-gnome-f7c32d975eedc04816e9f2f6c51b6282f29e052b.tar.zst freebsd-ports-gnome-f7c32d975eedc04816e9f2f6c51b6282f29e052b.zip |
Don't remove a directory owned by hicolor-icon-theme.
Reported by: GNOME Tinderbox
Diffstat (limited to 'misc/gnome-icon-theme')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-icon-theme/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index e99aafd02d89..5f7cc0e5929a 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-icon-theme PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist index ca9d39fc0b7e..b6c26901baf4 100644 --- a/misc/gnome-icon-theme/pkg-plist +++ b/misc/gnome-icon-theme/pkg-plist @@ -2507,7 +2507,6 @@ share/icons/hicolor/96x96/apps/gnome-starthere.png @unexec /bin/rmdir %D/share/icons/hicolor/16x16/stock/generic 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/icons/hicolor/16x16/stock/emoticons 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/icons/hicolor/16x16/stock/document 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor/16x16/filesystems 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/icons/hicolor/16x16 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/icons/hicolor 2>/dev/null || /usr/bin/true @unexec /bin/rmdir %D/share/icons/gnome/scalable/mimetypes 2>/dev/null || /usr/bin/true |