diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-30 12:09:57 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-30 12:09:57 +0800 |
commit | ac26503b309ef0050c6d1737854d4d5e0d9af979 (patch) | |
tree | 99e3a353c6dd99f97023d5785798623134a505c6 | |
parent | 1f2eaa29c03a638654a502a5f70394dcc4eb8271 (diff) | |
download | marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar.gz marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar.bz2 marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar.lz marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar.xz marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.tar.zst marcuscom-ports-ac26503b309ef0050c6d1737854d4d5e0d9af979.zip |
Fix a missing of libexec/gnome-settings-daemon/gnome-settings-daemon ->
libexec/gnome-settings-daemon. This should get your GNOME starts up nicer
with full icons/themes. Bump the PORTREVISION.
I shall report in bugzilla if there is no report or no fix in SVN yet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10299 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/gnome-settings-daemon/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 2c88d39ba..7054cdf23 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.8 2008/01/29 19:03:58 kwm Exp $ +# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.9 2008/01/29 22:04:40 mezz Exp $ # PORTNAME= gnome-settings-daemon PORTVERSION= 2.21.90.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME @@ -32,4 +32,8 @@ GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \ desktop_gnome_font_rendering.schemas \ gnome-settings-daemon.schemas +post-patch: + @${REINPLACE_CMD} -e 's|gnome-settings-daemon/gnome-settings-daemon|gnome-settings-daemon|g' \ + ${WRKSRC}/data/org.gnome.SettingsDaemon.service.in + .include <bsd.port.mk> |