diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /misc/gnome-osd | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'misc/gnome-osd')
-rw-r--r-- | misc/gnome-osd/Makefile | 5 | ||||
-rw-r--r-- | misc/gnome-osd/pkg-plist | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index afe3b1c97bfb..210662072530 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-osd DISTVERSION= 0.11.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://telecom.inescporto.pt/~gjc/gnome-osd/${DISTVERSION:C|-.*$||}/ @@ -25,8 +25,7 @@ PORTDOCS= AUTHORS NEWS README MAN1= gnome-osd-client.1 post-patch: - @${REINPLACE_CMD} -e 's|control-center-2.0/capplets|applications|; \ - s|$$(datadir)/dbus-1|$$(prefix)/share/dbus-1|' \ + @${REINPLACE_CMD} -e 's|control-center-2.0/capplets|applications|' \ ${WRKSRC}/Makefile.in post-install: diff --git a/misc/gnome-osd/pkg-plist b/misc/gnome-osd/pkg-plist index cddba282c61c..26ff6f4e0f90 100644 --- a/misc/gnome-osd/pkg-plist +++ b/misc/gnome-osd/pkg-plist @@ -39,17 +39,18 @@ libdata/bonobo/servers/GNOME_OSD.server libexec/gnome-osd-server share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.EventBridge.service share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.service -share/gnome/applications/gnome-osd-properties.desktop -share/gnome/gnome-osd/xchatosd.py -share/gnome/pixmaps/gnome-osd.png +share/applications/gnome-osd-properties.desktop +share/gnome-osd/xchatosd.py +share/pixmaps/gnome-osd.png share/locale/cs/LC_MESSAGES/gnome-osd.mo share/locale/ja/LC_MESSAGES/gnome-osd.mo share/locale/pt/LC_MESSAGES/gnome-osd.mo @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg -@dirrm share/gnome/gnome-osd +@dirrm share/gnome-osd @dirrm %%PYTHON_SITELIBDIR%%/gnomeosd @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% @comment only remove the dbus directories if dbus is not installed @unexec if ! [ -e %%LOCALBASE%%/bin/dbus-daemon ]; then rmdir %D/share/dbus-1/services 2>/dev/null; rmdir %D/share/dbus-1 2>/dev/null; fi +@dirrmtry share/applications |