Skip to content

Commit

Permalink
x11-clocks/wmcalclock: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 23, 2024
1 parent f0cdb64 commit 8ce9d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x11-clocks/wmcalclock/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wmCalClock
PORTVERSION= 1.26
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://jmpacquet.free.fr/wmcalclock/

Expand All @@ -15,7 +15,7 @@ USES= xorg
USE_XORG= x11 xext xpm
MAKE_ENV= OPSYS=${OPSYS}
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
PLIST_FILES= bin/wmCalClock man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/wmCalClock share/man/man1/${PORTNAME}.1.gz
PORTDOCS= BUGS CHANGES HINTS INSTALL README TODO

OPTIONS_DEFINE= DOCS
Expand Down
4 changes: 2 additions & 2 deletions x11-clocks/wmcalclock/files/patch-Makefile
Expand Up @@ -30,12 +30,12 @@

clean:
for i in $(OBJS) ; do \
@@ -31,6 +30,6 @@ clean:
@@ -31,6 +30,6 @@ install:: wmCalClock
rm -f wmCalClock

install:: wmCalClock
- install -c -s -m 0755 wmCalClock $(DESTDIR)/bin
- install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1
+ ${BSD_INSTALL_PROGRAM} wmCalClock $(DESTDIR)$(PREFIX)/bin
+ ${BSD_INSTALL_MAN} wmCalClock.1 $(DESTDIR)$(PREFIX)/man/man1
+ ${BSD_INSTALL_MAN} wmCalClock.1 $(DESTDIR)$(PREFIX)/share/man/man1

0 comments on commit 8ce9d56

Please sign in to comment.