Skip to content

Commit

Permalink
net/sniproxy: Move man pages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
krionbsd committed Mar 3, 2024
1 parent 4ed8142 commit 4ea53ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions net/sniproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sniproxy
DISTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= krion@FreeBSD.org
Expand All @@ -22,10 +23,11 @@ USE_GITHUB= yes
GH_ACCOUNT= dlundquist

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_LDCONFIG= yes

PLIST_FILES= man/man5/sniproxy.conf.5.gz \
man/man8/sniproxy.8.gz \
PLIST_FILES= share/man/man5/sniproxy.conf.5.gz \
share/man/man8/sniproxy.8.gz \
sbin/sniproxy \
"@sample etc/sniproxy.conf.sample"

Expand Down

0 comments on commit 4ea53ae

Please sign in to comment.