Skip to content

Commit

Permalink
sysutils/slack: 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 b3be4db commit 7682ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sysutils/slack/Makefile
@@ -1,6 +1,6 @@
PORTNAME= slack
PORTVERSION= 0.15.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://www.sundell.net/~alan/projects/slack/

Expand All @@ -16,7 +16,7 @@ NO_ARCH= yes
PORTDOCS= ChangeLog COPYING CREDITS FAQ GPL README TODO \
fixfiles-and-dirs.txt slack-intro
MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} \
libexecdir=${PREFIX}/libexec mandir=${PREFIX}/man \
libexecdir=${PREFIX}/libexec mandir=${PREFIX}/share/man \
localstatedir=/var
OPTIONS_DEFINE= DOCS

Expand Down
6 changes: 3 additions & 3 deletions sysutils/slack/pkg-plist
Expand Up @@ -7,9 +7,9 @@ libexec/slack/slack-rolediff
libexec/slack/slack-runscript
libexec/slack/slack-stage
libexec/slack/slack-sync
man/man1/slack-diff.1.gz
man/man5/slack.conf.5.gz
man/man8/slack.8.gz
share/man/man1/slack-diff.1.gz
share/man/man5/slack.conf.5.gz
share/man/man8/slack.8.gz
sbin/slack
@dir(,,0700) /var/lib/slack
@dir /var/lib
Expand Down

0 comments on commit 7682ef1

Please sign in to comment.