mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
ChangeLog: https://sourceforge.net/p/xml-copy-editor/code/ci/master/tree/ChangeLog?format=raw PR: 259680 Reported by: jjuanino@gmail.com (maintainer)
13 lines
492 B
Diff
13 lines
492 B
Diff
--- src/Makefile.am.orig 2021-11-05 21:58:53 UTC
|
|
+++ src/Makefile.am
|
|
@@ -9,8 +9,8 @@ noinst_HEADERS = $(srcdir)/*.h
|
|
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 = aboutdialog.cpp \
|