diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-applets/files/patch-drivemount_Makefile.am | |
parent | Stage devel/opengrok and upgrade version 0.11.1 => 0.12.1 (diff) |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'x11/mate-applets/files/patch-drivemount_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-drivemount_Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.am b/x11/mate-applets/files/patch-drivemount_Makefile.am deleted file mode 100644 index a3b7039e98aa..000000000000 --- a/x11/mate-applets/files/patch-drivemount_Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- drivemount/Makefile.am.orig 2013-08-18 12:45:02.000000000 +0200 -+++ drivemount/Makefile.am 2013-08-18 12:45:33.000000000 +0200 -@@ -6,16 +6,16 @@ - -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ - $(MATE_APPLETS4_CFLAGS) - --libexec_PROGRAMS = drivemount_applet2 -+libexec_PROGRAMS = mate-drivemount_applet2 - --drivemount_applet2_SOURCES = \ -+mate_drivemount_applet2_SOURCES = \ - drivemount.c \ - drive-list.c \ - drive-list.h \ - drive-button.c \ - drive-button.h - --drivemount_applet2_LDADD = \ -+mate_drivemount_applet2_LDADD = \ - $(MATE_APPLETS4_LIBS) - - |