diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 7940d78c842c..9dc4ee7b8340 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -1,26 +1,27 @@ PORTNAME= most -PORTVERSION= 5.2.0 +DISTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.jedsoft.org/releases/most/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pager (like less) which has support for windows and binary files WWW= https://www.jedsoft.org/most/ LICENSE= GPLv2 LIB_DEPENDS= libslang.so:devel/libslang2 GNU_CONFIGURE= yes 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 .include diff --git a/sysutils/most/files/patch-src_Makefile.in b/sysutils/most/files/patch-src_Makefile.in index 8b97db5fe407..26beba985d3a 100644 --- a/sysutils/most/files/patch-src_Makefile.in +++ b/sysutils/most/files/patch-src_Makefile.in @@ -1,11 +1,11 @@ --- src/Makefile.in.orig 2018-10-29 07:55:02 UTC +++ src/Makefile.in @@ -22,7 +22,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ 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