Skip to content

Commit

Permalink
lang/ratfor: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent c4e87f3 commit caa1dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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/
Expand All @@ -27,14 +27,14 @@ 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

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>

0 comments on commit caa1dde

Please sign in to comment.