aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:42:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:44:30 +0000
commitcaa1ddeccff42a4821cde6e9dae230f0f42f896a (patch)
tree03a8395a956dae447171598b75e0d0e816080ba7
parentc4e87f377406112de2fd9199e02d866f5de41833 (diff)
downloadports-caa1ddeccff42a4821cde6e9dae230f0f42f896a.tar.gz
ports-caa1ddeccff42a4821cde6e9dae230f0f42f896a.zip
lang/ratfor: Moved man to share/man
-rw-r--r--lang/ratfor/Makefile6
1 files 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>