ports/editors/xmlcopyeditor/files/patch-src_Makefile.in.diff
Barbara Guida c652b3fdc7 - Update to 1.2.0.9
- Change LIB_DEPENDS from textproc/xerces-c2 to textproc/xerces-c3
- Remove obsolete patches
- Trim Makefile headers
- Remove ABI version from LIB_DEPENDS
- Add LICENSE

PR:     ports/174062
Submitted by:   bar
Approved by:    Jose Garcia Juanino <jjuanino@gmail.com> (maint.), rene (mentor)
Feature safe:	yes
2012-12-05 23:27:09 +00:00

34 lines
1.2 KiB
Diff

--- src/Makefile.in.orig 2012-10-07 15:20:23.000000000 +0200
+++ src/Makefile.in 2012-12-02 17:24:51.000000000 +0100
@@ -260,8 +260,8 @@
# these are the headers for your project
noinst_HEADERS = $(srcdir)/*.h
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 \
@@ -287,19 +287,6 @@
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
nobase_dist_xmlcopyeditor_DATA = $(srcdir)/catalog/catalog \
- $(srcdir)/copying/*.txt \
- $(srcdir)/copying/Apache/LICENSE-2.0 \
- $(srcdir)/copying/Apache/LICENSE-2_files/* \
- $(srcdir)/copying/Aspell/* \
- $(srcdir)/copying/boost_shared_ptr/* \
- $(srcdir)/copying/Expat/* \
- $(srcdir)/copying/libxml2/* \
- $(srcdir)/copying/libxslt/* \
- $(srcdir)/copying/PCRE/* \
- $(srcdir)/copying/Scintilla/* \
- $(srcdir)/copying/wxStEditor/* \
- $(srcdir)/copying/wxStyledTextCtrl/* \
- $(srcdir)/copying/xmlcopyeditor/* \
$(srcdir)/dtd/*.* \
$(srcdir)/dtd/dita/*.* \
$(srcdir)/dtd/docbook/4.4/*.* \