git: caa1ddeccff4 - main - lang/ratfor: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:02:56 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=caa1ddeccff42a4821cde6e9dae230f0f42f896a
commit caa1ddeccff42a4821cde6e9dae230f0f42f896a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:42:29 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:44:30 +0000
lang/ratfor: Moved man to share/man
---
lang/ratfor/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile
index 10c4b4f2ba2b..3c13978b5f1f 100644
--- a/lang/ratfor/Makefile
+++ b/lang/ratfor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ratfor
PORTVERSION= 1985.06
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= lang
MASTER_SITES= LOCAL/obrien \
http://sepwww.stanford.edu/sep/prof/
@@ -27,7 +27,7 @@ EXTRACT_AFTER_ARGS= | ${SH}
ALL_TARGET= all tests
USES= fortran
-PLIST_FILES= bin/ratfor bin/ratfor77 man/man1/ratfor.1.gz
+PLIST_FILES= bin/ratfor bin/ratfor77 share/man/man1/ratfor.1.gz
post-patch:
@${PATCH} -d ${WRKSRC} --quiet < ${WRKSRC}/testw.patch
@@ -35,6 +35,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${STAGEDIR}${PREFIX}/bin
${RLN} ${STAGEDIR}${PREFIX}/bin/ratfor77 ${STAGEDIR}${PREFIX}/bin/ratfor
- ${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>