mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Add LICENSE_FILE
- Regenerate patches - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
781255a03a
commit
e29fa670f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517641
3 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Fortran 77 semantic checking utility
|
COMMENT= Fortran 77 semantic checking utility
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
PORTSCOUT= skipv:3.3.a,3.3.b,3.3.c
|
PORTSCOUT= skipv:3.3.a,3.3.b,3.3.c
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig 2014-06-14 22:09:43.102302676 +0800
|
--- Makefile.in.orig 2004-11-14 15:52:12 UTC
|
||||||
+++ Makefile.in 2014-06-14 22:11:35.750296619 +0800
|
+++ Makefile.in
|
||||||
@@ -491,31 +491,31 @@ average.out: ftnchek.h
|
@@ -491,31 +491,31 @@ average.out: ftnchek.h
|
||||||
install: install-exe @INSTALL_MAN@ install-lisp
|
install: install-exe @INSTALL_MAN@ install-lisp
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,4 @@ their Fortran 77 program. It is not intended to catch all syntax errors.
|
||||||
This is the function of the compiler. Prior to using ftnchek, the user
|
This is the function of the compiler. Prior to using ftnchek, the user
|
||||||
should verify that the program compiles correctly.
|
should verify that the program compiles correctly.
|
||||||
|
|
||||||
WWW: http://www.dsm.fordham.edu/~ftnchek/
|
WWW: https://www.dsm.fordham.edu/~ftnchek/
|
||||||
|
|
Loading…
Add table
Reference in a new issue