Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 16:12:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e78772d7fad4 - main - astro/wmmoonclock: Moved man to share/man
Message-ID:  <202402241612.41OGCUuk090177@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e78772d7fad44e6dfb62b190da0ea0ac5195a158

commit e78772d7fad44e6dfb62b190da0ea0ac5195a158
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 12:30:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 16:12:09 +0000

    astro/wmmoonclock: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 astro/wmmoonclock/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile
index c49c8cb5b951..fa904c958013 100644
--- a/astro/wmmoonclock/Makefile
+++ b/astro/wmmoonclock/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wmmoonclock
 PORTVERSION=	1.30
+PORTREVISION=	1
 CATEGORIES=	astro windowmaker
 MASTER_SITES=	https://www.dockapps.net/download/
 
@@ -14,10 +15,10 @@ USE_XORG+=	x11 xext xpm
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/wmmoonclock man/man1/wmmoonclock.1.gz
+PLIST_FILES=	bin/wmmoonclock share/man/man1/wmmoonclock.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmmoonclock ${STAGEDIR}${PREFIX}/bin/wmmoonclock
-	${INSTALL_MAN} ${WRKSRC}/src/wmMoonClock.1 ${STAGEDIR}${PREFIX}/man/man1/wmmoonclock.1
+	${INSTALL_MAN} ${WRKSRC}/src/wmMoonClock.1 ${STAGEDIR}${PREFIX}/share/man/man1/wmmoonclock.1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241612.41OGCUuk090177>