git: 20c6b0d56583 - main - ftp/ftpproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:59:06 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=20c6b0d56583dd0731236f9c53b4895225978b92
commit 20c6b0d56583dd0731236f9c53b4895225978b92
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 17:57:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 17:58:34 +0000
ftp/ftpproxy: Moved man to share/man
Approved by: portmgr (blanket)
---
ftp/ftpproxy/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ftp/ftpproxy/Makefile b/ftp/ftpproxy/Makefile
index 09e66fbb1380..5fb5a8c87515 100644
--- a/ftp/ftpproxy/Makefile
+++ b/ftp/ftpproxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ftpproxy
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= http://www.ftpproxy.org/download/ \
http://www.ftpproxy.org/download/older_releases/
@@ -14,7 +14,7 @@ MAKE_JOBS_UNSAFE= yes
MAKE_ARGS= CC="${CC}"
PLIST_FILES= sbin/ftp.proxy \
- man/man1/ftp.proxy.1.gz
+ share/man/man1/ftp.proxy.1.gz
pre-build:
@${REINPLACE_CMD} -e 's|^CFLAGS.*|CFLAGS=${CFLAGS} \
@@ -22,6 +22,6 @@ pre-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ftp.proxy ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/doc/ftp.proxy.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/ftp.proxy.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>