diff options
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-control-center/files/patch-capplets_default-applications_gnome-at-commandline.in.in | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index ff9b53bdc..aa0e16e13 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.147 2007/07/30 20:34:01 mezz Exp $ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.148 2007/08/01 03:50:12 marcus Exp $ # PORTNAME= gnome-control-center PORTVERSION= 2.19.6 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/gnome-control-center/files/patch-capplets_default-applications_gnome-at-commandline.in.in b/sysutils/gnome-control-center/files/patch-capplets_default-applications_gnome-at-commandline.in.in new file mode 100644 index 000000000..861d5f122 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-capplets_default-applications_gnome-at-commandline.in.in @@ -0,0 +1,11 @@ +--- capplets/default-applications/gnome-at-commandline.in.in.orig 2007-08-05 20:05:28.000000000 -0400 ++++ capplets/default-applications/gnome-at-commandline.in.in 2007-08-05 20:05:52.000000000 -0400 +@@ -51,7 +51,7 @@ run_at() { + + if [ ! -z "$AUTOSTART" ]; then + # assuming ran from /usr/share/gnome/autostart +- if [ "$STARTUP" == "true" ]; then ++ if [ "$STARTUP" = "true" ]; then + # gconf indicated requested autostart + ($CMDLINE &) + fi |