Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 04:23:06 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ec061868835 - main - ftp/ftpcopy: Move man pages
Message-ID:  <202403060423.4264N62m005489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ec0618688352d4f7d61ff80c3bb8104f1b78c8d

commit 4ec0618688352d4f7d61ff80c3bb8104f1b78c8d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-03-06 04:15:50 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-03-06 04:15:50 +0000

    ftp/ftpcopy: Move man pages
    
    Approved by:    portmgr (blanket)
---
 ftp/ftpcopy/Makefile  | 2 +-
 ftp/ftpcopy/pkg-plist | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile
index 5e0ff1a24a1d..6fe71b9cb959 100644
--- a/ftp/ftpcopy/Makefile
+++ b/ftp/ftpcopy/Makefile
@@ -30,7 +30,7 @@ pre-build:
 do-install:
 	cd ${WRKSRC}/compile && \
 		${INSTALL_PROGRAM} ftpcopy ftpls ${STAGEDIR}${PREFIX}/bin && \
-		${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/man/man1 && \
+		${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/share/man/man1 && \
 		${INSTALL_SCRIPT} ftpcp ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${DOCSDIR} && \
 	cd ${WRKSRC}/compile && \
diff --git a/ftp/ftpcopy/pkg-plist b/ftp/ftpcopy/pkg-plist
index f7c834cd18e7..2af8e308d867 100644
--- a/ftp/ftpcopy/pkg-plist
+++ b/ftp/ftpcopy/pkg-plist
@@ -1,9 +1,9 @@
 bin/ftpcp
 bin/ftpcopy
 bin/ftpls
-man/man1/ftpcopy.1.gz
-man/man1/ftpcp.1.gz
-man/man1/ftpls.1.gz
+share/man/man1/ftpcopy.1.gz
+share/man/man1/ftpcp.1.gz
+share/man/man1/ftpls.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403060423.4264N62m005489>