Skip to content

Commit

Permalink
astro/wmmoonclock: 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 24, 2024
1 parent bc75b72 commit e78772d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro/wmmoonclock/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wmmoonclock
PORTVERSION= 1.30
PORTREVISION= 1
CATEGORIES= astro windowmaker
MASTER_SITES= https://www.dockapps.net/download/

Expand All @@ -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>

0 comments on commit e78772d

Please sign in to comment.