diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 75dfbe200402..60467ba561e7 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,26 +1,26 @@ PORTNAME= lmmon PORTVERSION= 0.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/bf MAINTAINER= ports@FreeBSD.org COMMENT= Display information gathered from MB power management controller LICENSE= BSD2CLAUSE USES= ncurses uidfix GNU_CONFIGURE= yes 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 post-patch: @${REINPLACE_CMD} -e 's,machine/smb.h,dev/smbus/smb.h,' \ ${FIXFILES:S,^,${WRKSRC}/,} .include 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