summaryrefslogtreecommitdiff
path: root/lang/f2c/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-08-25 14:19:52 +0000
committertv <tv@pkgsrc.org>1998-08-25 14:19:52 +0000
commit00243f40d80d16804fd842cdbeab813ca62c13d2 (patch)
tree651532390ca8d8ac29b84e5f83cc215aedf3e97e /lang/f2c/patches
parent3f0a6686f9a887b61f93e709976c665a6987ea4f (diff)
downloadpkgsrc-00243f40d80d16804fd842cdbeab813ca62c13d2.tar.gz
Rename f2c-f77 back to f77. (Leave CONFLICTS= line as the old
egcs-current pkg did have a conflict.)
Diffstat (limited to 'lang/f2c/patches')
-rw-r--r--lang/f2c/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/f2c/patches/patch-aa b/lang/f2c/patches/patch-aa
index fb15e129f44..93bd4420a2a 100644
--- a/lang/f2c/patches/patch-aa
+++ b/lang/f2c/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/08/25 08:54:07 agc Exp $
+$NetBSD: patch-aa,v 1.4 1998/08/25 14:19:52 tv Exp $
Add a top level Makefile
@@ -7,7 +7,7 @@ Add a top level Makefile
@@ -0,0 +1,51 @@
+# Top level Makefile for f2c, libF77, and libI77
+
-+all: f2c libf2c.a f2c-f77 man
++all: f2c libf2c.a f77 man
+
+
+f2c:
@@ -41,7 +41,7 @@ Add a top level Makefile
+install:
+ -@mkdir -p ${PREFIX}/bin
+ ${BSD_INSTALL_PROGRAM} ./src/f2c ${PREFIX}/bin
-+ ${BSD_INSTALL_SCRIPT} ./f2c-f77 ${PREFIX}/bin
++ ${BSD_INSTALL_SCRIPT} ./f77 ${PREFIX}/bin
+ -@mkdir -p ${PREFIX}/lib
+ ${BSD_INSTALL_DATA} ./libf2c.a ${PREFIX}/lib
+ ${BSD_INSTALL_DATA} ./libF77.a ${PREFIX}/lib
@@ -54,5 +54,5 @@ Add a top level Makefile
+ ${BSD_INSTALL_MAN} ./f2c.1 ${PREFIX}/man/man1
+ ${BSD_INSTALL_MAN} ./f2c.0 ${PREFIX}/man/cat1
+
-+f2c-f77: fc
-+ sed 's!PREFIX!${PREFIX}!g' fc > f2c-f77
++f77: fc
++ sed 's!PREFIX!${PREFIX}!g' fc > f77