mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Add NLS knob ChangeLog: https://sourceforge.net/p/xml-copy-editor/news/2022/10/version-1310-released/
13 lines
510 B
Text
13 lines
510 B
Text
--- src/Makefile.am.orig 2023-03-29 11:05:27 UTC
|
|
+++ src/Makefile.am
|
|
@@ -9,8 +9,8 @@ xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
|
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 \
|