mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
7d4cd56213
commit
24e90fa072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523162
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user