From 4ea53aeb82e2d4743efbc4d497f324ea795285be Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 3 Mar 2024 10:26:48 +0100 Subject: net/sniproxy: Move man pages to share/man --- net/sniproxy/Makefile | 6 ++++-- 1 file 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" -- cgit v1.2.3