sysutils/dvtm: Move manpages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Renato Botelho 2024-01-18 14:54:38 -03:00
parent 08cdb353ba
commit 048077fbbe
2 changed files with 3 additions and 9 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= dvtm
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
PLIST_FILES= bin/dvtm bin/dvtm-status \
man/man1/dvtm.1.gz
share/man/man1/dvtm.1.gz
MAKE_JOBS_UNSAFE= yes

View File

@ -1,13 +1,6 @@
--- config.mk.orig 2016-01-09 11:40:56 UTC
+++ config.mk
@@ -4,14 +4,19 @@ VERSION = 0.15
# Customize below to fit your system
PREFIX ?= /usr/local
-MANPREFIX = ${PREFIX}/share/man
+MANPREFIX = ${PREFIX}/man
# specify your systems terminfo directory
# leave empty to install into your home folder
@@ -10,8 +10,13 @@ INCS = -I.
TERMINFO := ${DESTDIR}${PREFIX}/share/terminfo
INCS = -I.