diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /editors/xmlcopyeditor/files/patch-src_Makefile.in.diff | |
parent | - update to 3.43 (diff) |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'editors/xmlcopyeditor/files/patch-src_Makefile.in.diff')
-rw-r--r-- | editors/xmlcopyeditor/files/patch-src_Makefile.in.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/xmlcopyeditor/files/patch-src_Makefile.in.diff b/editors/xmlcopyeditor/files/patch-src_Makefile.in.diff new file mode 100644 index 000000000000..de0ea14e7441 --- /dev/null +++ b/editors/xmlcopyeditor/files/patch-src_Makefile.in.diff @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig 2009-04-14 11:38:17.000000000 -0500 ++++ src/Makefile.in 2010-10-02 16:22:21.000000000 -0500 +@@ -228,4 +228,4 @@ + xmlcopyeditordir = ${prefix}/share/xmlcopyeditor +-pixmapdir = /usr/share/pixmaps +-applicationsdir = /usr/share/applications ++pixmapdir = ${prefix}/share/pixmaps ++applicationsdir = ${prefix}/share/applications + +@@ -269,11 +269,2 @@ + help/*.* help/html/*.* \ +- copying/*.txt copying/boost_shared_ptr/* \ +- copying/Expat/* copying/libxml2/* copying/libxslt/* \ +- copying/PCRE/* copying/Scintilla/* \ +- copying/wxStyledTextCtrl/* \ +- copying/wxStEditor/* \ +- copying/xmlcopyeditor/* \ +- copying/Aspell/* \ +- copying/Apache/LICENSE-2.0 \ +- copying/Apache/LICENSE-2_files/* \ + po/sk/messages.mo \ |