Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 11:25:37 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: c65a50cab0c6 - main - devel/f77flow: Moved man to share/man
Message-ID:  <202402231125.41NBPb5V047959@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=c65a50cab0c6d9be5a7b1bda73e6669ef8c766e0

commit c65a50cab0c6d9be5a7b1bda73e6669ef8c766e0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 11:12:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 11:25:10 +0000

    devel/f77flow: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/f77flow/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/f77flow/Makefile b/devel/f77flow/Makefile
index 80589133468f..552e5c5fcc9d 100644
--- a/devel/f77flow/Makefile
+++ b/devel/f77flow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	f77flow
 PORTVERSION=	0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SUNSITE/devel/lang/fortran
 
@@ -8,10 +8,10 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Analyze the structure of a fortran77 program
 
 ALL_TARGET=
-PLIST_FILES=	bin/flow man/man1/flow.1.gz
+PLIST_FILES=	bin/flow share/man/man1/flow.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/flow ${STAGEDIR}${PREFIX}/bin/flow
-	${INSTALL_MAN} ${WRKSRC}/flow.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/flow.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?202402231125.41NBPb5V047959>