Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 11:08:56 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: 1adcb63ca470 - main - astro/wmspaceweather: Moved man to share/man
Message-ID:  <202402211108.41LB8uNr080314@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=1adcb63ca470695b479023173ee0f0b63f1c3e20

commit 1adcb63ca470695b479023173ee0f0b63f1c3e20
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-21 10:47:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-21 11:08:30 +0000

    astro/wmspaceweather: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 astro/wmspaceweather/Makefile             | 4 ++--
 astro/wmspaceweather/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile
index 77adb77816d2..44a55987e1ac 100644
--- a/astro/wmspaceweather/Makefile
+++ b/astro/wmspaceweather/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wmspaceweather
 PORTVERSION=	1.04
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	astro windowmaker
 MASTER_SITES=	https://api.opensuse.org/public/source/openSUSE:Factory/WindowMaker-applets/ \
 		ftp://ftp.canadatux.org/linux/windowmaker/
@@ -23,6 +23,6 @@ ALL_TARGET=	clean all
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/GetKp bin/wmSpaceWeather \
-		man/man1/wmSpaceWeather.1.gz
+		share/man/man1/wmSpaceWeather.1.gz
 
 .include <bsd.port.mk>
diff --git a/astro/wmspaceweather/files/patch-Makefile b/astro/wmspaceweather/files/patch-Makefile
index 6a985e4f4eea..31f5cdb31219 100644
--- a/astro/wmspaceweather/files/patch-Makefile
+++ b/astro/wmspaceweather/files/patch-Makefile
@@ -39,5 +39,5 @@
 -	install    -m 0644 wmSpaceWeather.1 $(DESTDIR)/man/man1 
 +	${BSD_INSTALL_PROGRAM} wmSpaceWeather $(DESTDIR)$(PREFIX)/bin
 +	${BSD_INSTALL_SCRIPT} GetKp $(DESTDIR)$(PREFIX)/bin
-+	${BSD_INSTALL_MAN} wmSpaceWeather.1 $(DESTDIR)$(PREFIX)/man/man1 
++	${BSD_INSTALL_MAN} wmSpaceWeather.1 $(DESTDIR)$(PREFIX)/share/man/man1 
  



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