aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-21 10:47:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-21 11:08:30 +0000
commit1adcb63ca470695b479023173ee0f0b63f1c3e20 (patch)
tree0f063c50c72058edf6b5014e0fa5f7bfd966a1a5
parent93017695d47afaeca352a7de4c8e76ca60fdde6a (diff)
downloadports-1adcb63ca470695b479023173ee0f0b63f1c3e20.tar.gz
ports-1adcb63ca470695b479023173ee0f0b63f1c3e20.zip
astro/wmspaceweather: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--astro/wmspaceweather/Makefile4
-rw-r--r--astro/wmspaceweather/files/patch-Makefile2
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