git: 26d7e638ce66 - main - x11-clocks/rclock: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 16:37:03 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=26d7e638ce669109db44d8c44387f32fe8bc211b commit 26d7e638ce669109db44d8c44387f32fe8bc211b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:17:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:36:23 +0000 x11-clocks/rclock: Moved man to share/man Approved by: portmgr (blanket) --- x11-clocks/rclock/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index 6ca829b03972..b6484419b110 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= rclock PORTVERSION= 2.7.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks MASTER_SITES= SF/rxvt/rxvt-dev/${PORTVERSION} DISTNAME= rxvt-${PORTVERSION} @@ -13,9 +13,10 @@ LICENSE= GPLv2+ USES= xorg USE_XORG= x11 xau xdmcp ice xpm xv GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ALL_TARGET= clock -PLIST_FILES= bin/rclock man/man1/rclock.1.gz +PLIST_FILES= bin/rclock share/man/man1/rclock.1.gz CPPFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"'