diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-02 18:08:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-02 18:08:23 +0000 |
commit | 7bb43608f5a35f600bc01c4091388815131c03bc (patch) | |
tree | a21752a67015ab9b902f3be8ba14c8c08f3361af /misc/actiona/files | |
parent | 237c32d16da2b4f88dfc534ed78f4d15a3129f3f (diff) |
Notes
Diffstat (limited to 'misc/actiona/files')
-rw-r--r-- | misc/actiona/files/patch-actexecuter_actexecuter.pro | 11 | ||||
-rw-r--r-- | misc/actiona/files/patch-gui_gui.pro | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/misc/actiona/files/patch-actexecuter_actexecuter.pro b/misc/actiona/files/patch-actexecuter_actexecuter.pro new file mode 100644 index 000000000000..f39fcec1acf6 --- /dev/null +++ b/misc/actiona/files/patch-actexecuter_actexecuter.pro @@ -0,0 +1,11 @@ +--- actexecuter/actexecuter.pro.orig 2018-12-02 16:33:24 UTC ++++ actexecuter/actexecuter.pro +@@ -54,7 +54,7 @@ unix { + locales.files = ../locale/actexecuter_fr_FR.qm + locales.CONFIG = no_check_exist + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actexec.1 + + INSTALLS += target locales manfile diff --git a/misc/actiona/files/patch-gui_gui.pro b/misc/actiona/files/patch-gui_gui.pro new file mode 100644 index 000000000000..7925ef74a2da --- /dev/null +++ b/misc/actiona/files/patch-gui_gui.pro @@ -0,0 +1,11 @@ +--- gui/gui.pro.orig 2018-12-02 16:33:46 UTC ++++ gui/gui.pro +@@ -138,7 +138,7 @@ unix { + desktopfile.path = $${PREFIX}/share/applications + desktopfile.files = ../actiona.desktop + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actiona.1 + + mimefile.path = $${PREFIX}/share/mime/packages/ |