git: 7ab3eda6d104 - main - www/ffproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 13:15:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ab3eda6d104808ca0a87f7c9a6c95da79effda6 commit 7ab3eda6d104808ca0a87f7c9a6c95da79effda6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 12:47:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 13:15:03 +0000 www/ffproxy: Moved man to share/man Approved by: portmgr (blanket) --- www/ffproxy/Makefile | 2 ++ www/ffproxy/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index ee8d9fad6e0c..ffebd5b0927d 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= ffproxy PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \ http://www.sourcefiles.org/System/Daemons/Proxy/ \ @@ -14,5 +15,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk> diff --git a/www/ffproxy/pkg-plist b/www/ffproxy/pkg-plist index 4eb9d843a789..a0c195df4b91 100644 --- a/www/ffproxy/pkg-plist +++ b/www/ffproxy/pkg-plist @@ -1,8 +1,8 @@ bin/ffproxy @sample etc/ffproxy.conf.sample -man/man5/ffproxy.conf.5.gz -man/man7/ffproxy.quick.7.gz -man/man8/ffproxy.8.gz +share/man/man5/ffproxy.conf.5.gz +share/man/man7/ffproxy.quick.7.gz +share/man/man8/ffproxy.8.gz %%DATADIR%%/db/access.dyndns %%DATADIR%%/db/access.host %%DATADIR%%/db/access.ip