forked from Lainports/freebsd-ports
- Notes: 1.1.0.6 introduces full Aspell support and XML Schema-based element inspection. PR: ports/119905 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
--- src/Makefile.am.orig 2008-01-22 18:07:11.000000000 +0100
|
|
+++ src/Makefile.am 2008-01-22 18:12:05.000000000 +0100
|
|
@@ -9,8 +9,8 @@
|
|
bin_PROGRAMS = xmlcopyeditor
|
|
bindir = ${prefix}/bin
|
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
|
-pixmapdir = /usr/share/pixmaps
|
|
-applicationsdir = /usr/share/applications
|
|
+pixmapdir = ${prefix}/share/pixmaps
|
|
+applicationsdir = ${prefix}/share/applications
|
|
|
|
# the application source, library search path, and link libraries
|
|
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
|
@@ -50,16 +50,6 @@
|
|
templates/*.lzx \
|
|
templates/*.xlf \
|
|
help/*.* help/html/*.* \
|
|
- copying/*.txt copying/boost_shared_ptr/* \
|
|
- copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
|
- copying/PCRE/* copying/Scintilla/* \
|
|
- copying/scowl/* \
|
|
- copying/wxStyledTextCtrl/* copying/ximian/* \
|
|
- copying/wxStEditor/* \
|
|
- copying/xmlcopyeditor/* \
|
|
- copying/Aspell/* \
|
|
- copying/Apache/LICENSE-2.0 \
|
|
- copying/Apache/LICENSE-2_files/* \
|
|
po/sk/messages.mo \
|
|
po/sv/messages.mo \
|
|
po/fr/messages.mo \
|
|
@@ -68,7 +58,7 @@
|
|
po/zh_TW/messages.mo \
|
|
po/uk_UA/messages.mo \
|
|
po/uk_UA/messages.mo \
|
|
- po/en_us/messages.po \
|
|
+ po/en_us/messages.po
|
|
|
|
pixmap_DATA = xmlcopyeditor.png
|
|
|