aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 21:09:52 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 23:35:43 +0000
commit7b3fc9c1a090d22115e7cb878cfe227165df1108 (patch)
tree5774e4c6720faee18e32c9a1786d6f3e579ed1df
parent597398b5057507d1f6e6f9074e57ce4c4838b779 (diff)
downloadports-7b3fc9c1a090d22115e7cb878cfe227165df1108.tar.gz
ports-7b3fc9c1a090d22115e7cb878cfe227165df1108.zip
sysutils/lmmon: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/lmmon/Makefile4
-rw-r--r--sysutils/lmmon/files/patch-Makefile.in11
2 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
index 75dfbe200402..60467ba561e7 100644
--- a/sysutils/lmmon/Makefile
+++ b/sysutils/lmmon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lmmon
PORTVERSION= 0.65
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= LOCAL/bf
@@ -15,7 +15,7 @@ MAKE_ARGS+= LDFLAGS="${LDFLAGS} -lncurses"
ONLY_FOR_ARCHS= i386 amd64
-PLIST_FILES= bin/lmmon man/man8/lmmon.8.gz
+PLIST_FILES= bin/lmmon share/man/man8/lmmon.8.gz
FIXFILES= configure configure.in lmmon.c
diff --git a/sysutils/lmmon/files/patch-Makefile.in b/sysutils/lmmon/files/patch-Makefile.in
new file mode 100644
index 000000000000..6846b4ece712
--- /dev/null
+++ b/sysutils/lmmon/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 1999-11-02 13:33:30 UTC
++++ Makefile.in
+@@ -9,7 +9,7 @@ SRCS= lmmon.c
+
+ PREFIX= @prefix@
+ BINDIR= $(PREFIX)/bin
+-MANDIR= $(PREFIX)/man/man
++MANDIR= $(PREFIX)/share/man/man
+
+ PROG= lmmon
+ MAN8= lmmon.8