Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:44:09 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: e565eef58e9c - main - misc/vdmfec: Moved man to share/man
Message-ID:  <202402242044.41OKi92v056237@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=e565eef58e9c28af35b4261256e3155b242e6f6a

commit e565eef58e9c28af35b4261256e3155b242e6f6a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:41:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:23 +0000

    misc/vdmfec: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/vdmfec/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/vdmfec/Makefile b/misc/vdmfec/Makefile
index 5c807a6f1411..18e862e64a45 100644
--- a/misc/vdmfec/Makefile
+++ b/misc/vdmfec/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vdmfec
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	misc archivers
 MASTER_SITES=	http://members.tripod.com/professor_tom/archives/
 
@@ -20,7 +21,7 @@ PORTDOCS=	*
 PLIST_FILES=	bin/vdm_decode \
 		bin/vdm_encode \
 		bin/vdmfec \
-		man/man1/vdmfec.1.gz
+		share/man/man1/vdmfec.1.gz
 
 OPTIONS_DEFINE=	DOCS
 
@@ -31,6 +32,6 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/vdmfec ${STAGEDIR}/${PREFIX}/bin
 	${LN} ${STAGEDIR}/${PREFIX}/bin/vdmfec ${STAGEDIR}/${PREFIX}/bin/vdm_encode
 	${LN} ${STAGEDIR}/${PREFIX}/bin/vdmfec ${STAGEDIR}/${PREFIX}/bin/vdm_decode
-	${INSTALL_MAN} ${WRKSRC}/vdmfec.1 ${STAGEDIR}/${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/vdmfec.1 ${STAGEDIR}/${PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>



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