Skip to content

Commit

Permalink
sysutils/gather: 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 22, 2024
1 parent 94a54ea commit a65b0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysutils/gather/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gather
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= trociny@FreeBSD.org
Expand All @@ -24,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gather ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gather.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/gather.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${PREFIX}/etc/gather
${INSTALL_DATA} ${WRKSRC}/gather.cfg \
${STAGEDIR}${PREFIX}/etc/gather/gather.cfg.sample
Expand Down
2 changes: 1 addition & 1 deletion sysutils/gather/pkg-plist
@@ -1,8 +1,8 @@
bin/gather
man/man1/gather.1.gz
%%PORTDOCS%%%%DOCSDIR%%/Changelog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gather.map.freebsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gather.map.linux
share/man/man1/gather.1.gz
@sample etc/gather/gather.cfg.sample
@sample etc/gather/gather.map.sample

0 comments on commit a65b0a4

Please sign in to comment.