summaryrefslogtreecommitdiffstats
path: root/lang/f77
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-29 02:40:24 +0000
committersteve <steve@FreeBSD.org>2000-05-29 02:40:24 +0000
commit28269897d55aa52d3f25e138f58d8c9c218e0403 (patch)
tree3d0cc60d1a6bf31112f1bfb9d92d1548b7194ca7 /lang/f77
parentccf164a3c3376cdf14d1dd1e1dd92165ea663198 (diff)
downloadFreeBSD-ports-28269897d55aa52d3f25e138f58d8c9c218e0403.zip
FreeBSD-ports-28269897d55aa52d3f25e138f58d8c9c218e0403.tar.gz
Avoid name clash with system f77 by renaming executable to ftn77.
PR: 18839 Submitted by: maintainer
Diffstat (limited to 'lang/f77')
-rw-r--r--lang/f77/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile
index 1eae4e7..7917ecd0 100644
--- a/lang/f77/Makefile
+++ b/lang/f77/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PREFIX}/bin/fpp:${PORTSDIR}/devel/fpp \
.endif
# Set F77NAME to the name of the Fortran 77 wrapper.
-F77NAME= fc
+F77NAME= ftn77
.ifdef GNU_CPP
MAKE_ARGS= "CFLAGS= ${CFLAGS} -DPP_COMMAND='\"/usr/bin/cpp\"' \
OpenPOWER on IntegriCloud