diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-12 06:07:19 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-12 06:07:19 +0000 |
commit | 4e9cde0ad1ed63875c9548834a224920dbf2cfb3 (patch) | |
tree | 92b36edf08a06aef031fb1a56f953a2cb767dec0 /misc/gnome-mime-data | |
parent | 170ca4c06471904113c1d07f9be56ccd4992ecae (diff) | |
download | FreeBSD-ports-4e9cde0ad1ed63875c9548834a224920dbf2cfb3.zip FreeBSD-ports-4e9cde0ad1ed63875c9548834a224920dbf2cfb3.tar.gz |
Fix the Electric Eyes key so it calls the write program name.
Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'misc/gnome-mime-data')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-mime-data/files/patch-gnome-vfs.applications | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index b17bbd6..28a5287 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomemimedata PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.1/sources/gnome-mime-data diff --git a/misc/gnome-mime-data/files/patch-gnome-vfs.applications b/misc/gnome-mime-data/files/patch-gnome-vfs.applications new file mode 100644 index 0000000..5d17bac --- /dev/null +++ b/misc/gnome-mime-data/files/patch-gnome-vfs.applications @@ -0,0 +1,11 @@ +--- gnome-vfs.applications.orig Thu Sep 12 02:02:27 2002 ++++ gnome-vfs.applications Thu Sep 12 02:03:27 2002 +@@ -55,7 +55,7 @@ + mime_types=application/x-deb + + electric_eyes +- command=ee ++ command=ElectricEyes + name=Electric Eyes + can_open_multiple_files=true + expects_uris=false |