git: 5b0c2d8cc199 - main - shells/viewglob: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 13:46:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b0c2d8cc199ffb8ed4d02140f594b3ffb58904b commit 5b0c2d8cc199ffb8ed4d02140f594b3ffb58904b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:45:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:45:41 +0000 shells/viewglob: Moved man to share/man Approved by: portmgr (blanket) --- shells/viewglob/Makefile | 3 ++- shells/viewglob/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index b6085b744d29..dd23aacbc618 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -1,6 +1,6 @@ PORTNAME= viewglob PORTVERSION= 2.0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= shells MASTER_SITES= SF @@ -15,6 +15,7 @@ USES= gnome pkgconfig xorg USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -lm .include <bsd.port.mk> diff --git a/shells/viewglob/pkg-plist b/shells/viewglob/pkg-plist index b7679de447f9..866495cff532 100644 --- a/shells/viewglob/pkg-plist +++ b/shells/viewglob/pkg-plist @@ -9,6 +9,6 @@ lib/viewglob/vgclassic lib/viewglob/vgexpand lib/viewglob/vgmini lib/viewglob/vgping -man/man1/vgd.1.gz -man/man1/vgseer.1.gz -man/man1/viewglob.1.gz +share/man/man1/vgd.1.gz +share/man/man1/vgseer.1.gz +share/man/man1/viewglob.1.gz