diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 14:59:09 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 14:59:36 +0100 |
commit | 7074d7f6aec43269666bcbbfd162d977b7c64277 (patch) | |
tree | d22566119989458e40ed57605132262852c1e776 /textproc/libcsv/files | |
parent | multimedia/mkvtoolnix: remove cruft that crept in by accident (diff) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
Diffstat (limited to 'textproc/libcsv/files')
-rw-r--r-- | textproc/libcsv/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libcsv/files/Makefile b/textproc/libcsv/files/Makefile index a04040bc17dd..0d6f66d9d42d 100644 --- a/textproc/libcsv/files/Makefile +++ b/textproc/libcsv/files/Makefile @@ -8,6 +8,6 @@ LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include MAN= csv.3 -MANDIR= ${MANPREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man .include <bsd.lib.mk> |