diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-05 19:56:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-05 19:56:07 +0800 |
commit | 8cb8d54a1aad5816b2e8d6b9c82a07aaa9c9e7d8 (patch) | |
tree | c76118f851ef5661461e5ed91d17bc408ef4c2af | |
parent | 6962545ccff1d63f4f072f5df929facf58ea6dd3 (diff) | |
download | freebsd-ports-gnome-8cb8d54a1aad5816b2e8d6b9c82a07aaa9c9e7d8.tar.gz freebsd-ports-gnome-8cb8d54a1aad5816b2e8d6b9c82a07aaa9c9e7d8.tar.zst freebsd-ports-gnome-8cb8d54a1aad5816b2e8d6b9c82a07aaa9c9e7d8.zip |
- Fix plist after Xfce4 update
Reported by: pavbot, erwinbot, baptpkgbot
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-utils/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 305079b0c2fd..878eb53facf8 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-utils PORTVERSION= 4.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/xfce-utils/${PORTVERSION:R} diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist index d53ee8386da2..336c1e6e15c9 100644 --- a/sysutils/xfce4-utils/pkg-plist +++ b/sysutils/xfce4-utils/pkg-plist @@ -1,6 +1,5 @@ bin/startxfce4 bin/xfbrowser4 -bin/xfce4-about bin/xfhelp4 bin/xflock4 bin/xfmountdev4 @@ -10,7 +9,6 @@ etc/xdg/autostart/xfconf-migration-4.6.desktop etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xinitrc lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl -share/applications/xfce4-about.desktop share/applications/xfhelp4.desktop share/applications/xfrun4.desktop %%WITH_DBUS%%share/dbus-1/services/org.xfce.RunDialog.service @@ -98,7 +96,6 @@ share/applications/xfrun4.desktop %%DOCSDIR%%/html/zh_CN/index.html %%DOCSDIR%%/html/zh_CN/xfce-user-guide.html %%DOCSDIR%%/html/zh_CN/xfce-utils.html -share/icons/hicolor/48x48/apps/xfce4-logo.png %%NLS%%share/locale/af/LC_MESSAGES/xfce-utils.mo %%NLS%%share/locale/am/LC_MESSAGES/xfce-utils.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfce-utils.mo |