diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-25 15:17:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-25 15:17:38 +0800 |
commit | 42d5bab351ab562db45493dfd41de001ef2a82c0 (patch) | |
tree | 813d164937ce2db1430bd69e616a3ace55b9d939 | |
parent | b61cec215693400fd5fb205677ad0baa643b1f65 (diff) | |
download | marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar.gz marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar.bz2 marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar.lz marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar.xz marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.tar.zst marcuscom-ports-42d5bab351ab562db45493dfd41de001ef2a82c0.zip |
Update to 2.24.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11782 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/gedit/files/patch-plugins_externaltools_data_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in deleted file mode 100644 index aa069fd24..000000000 --- a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007 -+++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007 -@@ -471,7 +471,7 @@ - # (.desktop), which happens to be translated using intltool. - $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) - perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) -- chmod --reference=$< $@ -+ chmod 0755 $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |