Date: Sun, 25 Feb 2024 13:20:20 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5167079f815b - main - security/safesh: Moved man to share/man Message-ID: <202402251320.41PDKKZK051623@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5167079f815b2ba1feba0b98035a8b8847c16f02 commit 5167079f815b2ba1feba0b98035a8b8847c16f02 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:16:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:53 +0000 security/safesh: Moved man to share/man Approved by: portmgr (blanket) --- security/safesh/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/safesh/Makefile b/security/safesh/Makefile index de30f827cbc1..e7f20b6e35c1 100644 --- a/security/safesh/Makefile +++ b/security/safesh/Makefile @@ -1,5 +1,6 @@ PORTNAME= safesh PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= # none DISTFILES= # none @@ -14,7 +15,7 @@ PLIST_FILES= bin/cvs-safesh \ bin/safesh \ bin/safeshinstall \ bin/scpsh \ - man/man1/safesh.1.gz + share/man/man1/safesh.1.gz # XXX Anybody that know how to create manlinks from ports easily, please # contact me. @@ -22,7 +23,7 @@ PLIST_FILES= bin/cvs-safesh \ do-install: ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_SCRIPT} ${FILESDIR}/cvs-safesh.sh ${STAGEDIR}${PREFIX}/bin/cvs-safesh - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/scpsh ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/safeshinstall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251320.41PDKKZK051623>