sysutils/most: Move man pages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-23 16:45:20 +01:00
parent af6f8a8f54
commit eb27d10394
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= most
PORTVERSION= 5.2.0
DISTVERSION= 5.2.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.jedsoft.org/releases/most/ \
LOCAL/ehaupt
@ -18,7 +19,7 @@ CONFIGURE_ARGS+= --enable-mmap
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/most \
man/man1/most.1.gz
share/man/man1/most.1.gz
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
OPTIONS_DEFINE= DOCS

View File

@ -5,7 +5,7 @@
datarootdir = @datarootdir@
BIN_DIR = $(prefix)/bin
-MAN_DIR = $(datarootdir)/man
+MAN_DIR = $(prefix)/man
+MAN_DIR = $(prefix)/share/man
DOC_DIR = $(datarootdir)/doc/most
SYS_INITFILE = @sysconfdir@/most.conf
MKINSDIR = ../autoconf/mkinsdir.sh