git: 4ea53aeb82e2 - main - net/sniproxy: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 09:27:07 UTC
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ea53aeb82e2d4743efbc4d497f324ea795285be
commit 4ea53aeb82e2d4743efbc4d497f324ea795285be
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2024-03-03 09:26:48 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2024-03-03 09:26:48 +0000
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"