diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-17 12:19:05 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-17 12:23:06 +0300 |
commit | 52f1668f169ffa7cfa612f86c69d2a78e6903b65 (patch) | |
tree | 770a7f2be3c2001433d4f969b03842cf2099502e /misc/actiona | |
parent | multimedia/mkvtoolnix: Update to upstream version 83.0 (diff) |
*: Move manpages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'misc/actiona')
-rw-r--r-- | misc/actiona/Makefile | 2 | ||||
-rw-r--r-- | misc/actiona/files/patch-actexecuter_actexecuter.pro | 11 | ||||
-rw-r--r-- | misc/actiona/files/patch-gui_gui.pro | 11 | ||||
-rw-r--r-- | misc/actiona/pkg-plist | 4 |
4 files changed, 3 insertions, 25 deletions
diff --git a/misc/actiona/Makefile b/misc/actiona/Makefile index 415731f00308..07b76fa69663 100644 --- a/misc/actiona/Makefile +++ b/misc/actiona/Makefile @@ -1,7 +1,7 @@ PORTNAME= actiona DISTVERSIONPREFIX= v DISTVERSION= 3.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/actiona/files/patch-actexecuter_actexecuter.pro b/misc/actiona/files/patch-actexecuter_actexecuter.pro deleted file mode 100644 index f39fcec1acf6..000000000000 --- a/misc/actiona/files/patch-actexecuter_actexecuter.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 7925ef74a2da..000000000000 --- a/misc/actiona/files/patch-gui_gui.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/ diff --git a/misc/actiona/pkg-plist b/misc/actiona/pkg-plist index d089578d065a..353e9f6da23c 100644 --- a/misc/actiona/pkg-plist +++ b/misc/actiona/pkg-plist @@ -17,8 +17,6 @@ lib/actiona/libtools.so lib/actiona/libtools.so.1 lib/actiona/libtools.so.1.0 lib/actiona/libtools.so.1.0.0 -man/man1/actexec.1.gz -man/man1/actiona.1.gz %%NLS%%%%DATADIR%%/locale/actexecuter_fr_FR.qm %%NLS%%%%DATADIR%%/locale/actionpackdata_fr_FR.qm %%NLS%%%%DATADIR%%/locale/actionpackdevice_fr_FR.qm @@ -31,5 +29,7 @@ man/man1/actiona.1.gz %%NLS%%%%DATADIR%%/locale/tools_fr_FR.qm share/applications/actiona.desktop share/icons/hicolor/48x48/apps/actiona.png +share/man/man1/actexec.1.gz +share/man/man1/actiona.1.gz share/mime/packages/actiona.xml share/pixmaps/actiona.png |