diff options
author | ahze <ahze@FreeBSD.org> | 2007-02-12 01:46:21 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-02-12 01:46:21 +0800 |
commit | ab1491a043dd5e8ef1ba44aa206919cceddab852 (patch) | |
tree | 20c084f83d45552c4d81d79353c3d650eb10aa1e /x11-themes | |
parent | a61377dc664f6ee0cad537051d6363b4bbfe193b (diff) | |
download | freebsd-ports-gnome-ab1491a043dd5e8ef1ba44aa206919cceddab852.tar.gz freebsd-ports-gnome-ab1491a043dd5e8ef1ba44aa206919cceddab852.tar.zst freebsd-ports-gnome-ab1491a043dd5e8ef1ba44aa206919cceddab852.zip |
Fix runtime
PR: 107176
Submitted by: Sergio Lenzi <lenzi@k1.com.br>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-splashscreen-manager/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gnome-splashscreen-manager/Makefile b/x11-themes/gnome-splashscreen-manager/Makefile index d18e4fc23785..54507e356935 100644 --- a/x11-themes/gnome-splashscreen-manager/Makefile +++ b/x11-themes/gnome-splashscreen-manager/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-splashscreen-manager PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://www.miketech.net/gnome-art/download/ DISTNAME= gnome-art-${PORTVERSION} diff --git a/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb b/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb index d3ea180a1e06..0d4cd55e20e7 100644 --- a/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb +++ b/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb @@ -5,7 +5,7 @@ splash_screens_file = File.new(file, File::CREAT|File::TRUNC|File::RDWR, 0644) - new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n</splash_screens>\n" -+ new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n%%SPLASHSCREENS%%\n<splash_screens>\n</splash_screens>\n" ++ new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n%%SPLASHSCREENS%%\n</splash_screens>\n" splash_screens_file.write(new_splash_screens_file) |