aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2024-03-03 09:26:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2024-03-03 09:26:48 +0000
commit4ea53aeb82e2d4743efbc4d497f324ea795285be (patch)
tree014b59b481790ad6112acf47d6ce7af00844d46c
parent4ed81421ab5ca847d8e32662d65f85e722b3a940 (diff)
downloadports-4ea53aeb82e2d4743efbc4d497f324ea795285be.tar.gz
ports-4ea53aeb82e2d4743efbc4d497f324ea795285be.zip
net/sniproxy: Move man pages to share/man
-rw-r--r--net/sniproxy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile
index 4d73acb161d3..0b53dda1e6ae 100644
--- a/net/sniproxy/Makefile
+++ b/net/sniproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sniproxy
DISTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= krion@FreeBSD.org
@@ -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"