net/nload: Move man pages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-23 16:01:56 +01:00
parent cd310c0054
commit 88b1b406c7
1 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= nload
PORTVERSION= 0.7.4
PORTREVISION= 1
DISTVERSION= 0.7.4
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.roland-riegel.de/nload/ \
LOCAL/ehaupt
@ -11,10 +11,12 @@ WWW= http://www.roland-riegel.de/nload/
LICENSE= GPLv2
USES= ncurses
GNU_CONFIGURE= yes
USES= ncurses
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/nload man/man1/nload.1.gz
PLIST_FILES= bin/nload \
share/man/man1/nload.1.gz
post-patch:
@${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \