Skip to content

Commit

Permalink
astro/wmspaceweather: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 21, 2024
1 parent 9301769 commit 1adcb63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro/wmspaceweather/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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>
2 changes: 1 addition & 1 deletion astro/wmspaceweather/files/patch-Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1adcb63

Please sign in to comment.