Skip to content

Commit

Permalink
sysutils/healthd: 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 26, 2024
1 parent dffcaaa commit 2a7636d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sysutils/healthd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= healthd
PORTVERSION= 0.7.9
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://healthd.thehousleys.net/ \
LOCAL/ohauer
Expand Down Expand Up @@ -29,6 +29,7 @@ FULL_CONFIG_CONFIGURE_ENABLE= full-config

post-patch:
@${REINPLACE_CMD} -e 's| @exec_prefix@| $$(DESTDIR)@exec_prefix@|' \
-e 's|man/man8|share/man/man8|' \
${WRKSRC}/Makefile.in

post-install-DOCS-on:
Expand Down
4 changes: 2 additions & 2 deletions sysutils/healthd/pkg-plist
@@ -1,7 +1,7 @@
bin/healthdc
@sample etc/healthd.conf.sample
man/man8/healthd.8.gz
man/man8/healthdc.8.gz
share/man/man8/healthd.8.gz
share/man/man8/healthdc.8.gz
sbin/healthd
%%PORTDOCS%%%%DOCSDIR%%/PROTOCOL
%%PORTDOCS%%%%DOCSDIR%%/README

0 comments on commit 2a7636d

Please sign in to comment.