Skip to content

Commit

Permalink
sysutils/chyves: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
VVD committed Mar 11, 2024
1 parent ad39c96 commit f8a11a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysutils/chyves/Makefile
@@ -1,6 +1,7 @@
PORTNAME= chyves
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= ports@FreeBSD.org
Expand All @@ -15,7 +16,7 @@ USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes

MAKE_ARGS+= -e
MAKE_ARGS+= -e MAN_DIR=share/man/man8

post-patch:
${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile
Expand Down
2 changes: 1 addition & 1 deletion sysutils/chyves/pkg-plist
Expand Up @@ -14,5 +14,5 @@ lib/chyves/chyves-resources
lib/chyves/chyves-return
lib/chyves/chyves-updates
lib/chyves/chyves-verify
man/man8/chyves.8.gz
sbin/chyves
share/man/man8/chyves.8.gz

0 comments on commit f8a11a1

Please sign in to comment.