git: 633ab87521ab - main - security/proxycheck: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:51:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=633ab87521abdc8f67722039601de15659f68e83
commit 633ab87521abdc8f67722039601de15659f68e83
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:36:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:51:33 +0000
security/proxycheck: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/proxycheck/Makefile | 3 ++-
security/proxycheck/pkg-plist | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile
index e58305bff25f..862c3790ccf5 100644
--- a/security/proxycheck/Makefile
+++ b/security/proxycheck/Makefile
@@ -1,5 +1,6 @@
PORTNAME= proxycheck
PORTVERSION= 0.49a
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
@@ -16,7 +17,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}
diff --git a/security/proxycheck/pkg-plist b/security/proxycheck/pkg-plist
index afbafbe9d85e..eb1300cbc84c 100644
--- a/security/proxycheck/pkg-plist
+++ b/security/proxycheck/pkg-plist
@@ -1,3 +1,3 @@
sbin/proxycheck
-man/man1/proxycheck.1.gz
+share/man/man1/proxycheck.1.gz
%%PORTDOCS%%%%DOCSDIR%%/CHANGES