aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/qtfm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-15 20:58:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-15 20:58:31 +0000
commit24e90fa07259d4a621b4c476242edb8886b41a60 (patch)
treefc9276fa8beee1dd807f4bd6712b1c4dcb06a9c4 /x11-fm/qtfm
parent7d4cd56213e75fb98d5a0260a972cb419832cd04 (diff)
downloadports-24e90fa07259d4a621b4c476242edb8886b41a60.tar.gz
ports-24e90fa07259d4a621b4c476242edb8886b41a60.zip
MANDIRS was never designed to be used as a definition of the directory
where the manpages are located, but as a list (not unique) of where they can be located. Unbreak now it is not unique in most case. While here move manpages to share/man
Notes
Notes: svn path=/head/; revision=523162
Diffstat (limited to 'x11-fm/qtfm')
-rw-r--r--x11-fm/qtfm/Makefile2
-rw-r--r--x11-fm/qtfm/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/qtfm/Makefile b/x11-fm/qtfm/Makefile
index 8cb31cf98945..9f47b8f375a8 100644
--- a/x11-fm/qtfm/Makefile
+++ b/x11-fm/qtfm/Makefile
@@ -22,7 +22,7 @@ USE_QT= concurrent core dbus gui widgets \
USE_GITHUB= yes
GH_ACCOUNT= rodlie
-QMAKE_ARGS= MANDIR=${MANDIRS} \
+QMAKE_ARGS= MANDIR=${PREFIX}/share/man \
PREFIX=${PREFIX} \
XDGDIR=${PREFIX}/etc/xdg \
DOCDIR=${DOCSDIR}
diff --git a/x11-fm/qtfm/pkg-plist b/x11-fm/qtfm/pkg-plist
index 51f193634f26..8c820f335faa 100644
--- a/x11-fm/qtfm/pkg-plist
+++ b/x11-fm/qtfm/pkg-plist
@@ -1,8 +1,8 @@
bin/qtfm
bin/qtfm-tray
etc/xdg/autostart/qtfm-tray.desktop
-man/man1/qtfm-tray.1.gz
-man/man1/qtfm.1.gz
+share/man/man1/qtfm-tray.1.gz
+share/man/man1/qtfm.1.gz
share/applications/qtfm.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog