diff options
author | tv <tv> | 1998-08-25 15:22:47 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-25 15:22:47 +0000 |
commit | 1e23062138e55ae375947f7791b590fe4b3da95e (patch) | |
tree | 9392bed4264654108a04b267c1a8e356cbc10902 | |
parent | ce92ea24b9f152a7624747752ec1b1120327332c (diff) | |
download | pkgsrc-1e23062138e55ae375947f7791b590fe4b3da95e.tar.gz |
Back out previous. Go back to f2c-f77.
-rw-r--r-- | lang/f2c/patches/patch-aa | 10 | ||||
-rw-r--r-- | lang/f2c/pkg/PLIST | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/f2c/patches/patch-aa b/lang/f2c/patches/patch-aa index 93bd4420a2a..ef62e7f8c02 100644 --- a/lang/f2c/patches/patch-aa +++ b/lang/f2c/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 1998/08/25 14:19:52 tv Exp $ +$NetBSD: patch-aa,v 1.5 1998/08/25 15:22:47 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 f77 man ++all: f2c libf2c.a f2c-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} ./f77 ${PREFIX}/bin ++ ${BSD_INSTALL_SCRIPT} ./f2c-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 + -+f77: fc -+ sed 's!PREFIX!${PREFIX}!g' fc > f77 ++f2c-f77: fc ++ sed 's!PREFIX!${PREFIX}!g' fc > f2c-f77 diff --git a/lang/f2c/pkg/PLIST b/lang/f2c/pkg/PLIST index 51adee1c77e..2fec715d5ee 100644 --- a/lang/f2c/pkg/PLIST +++ b/lang/f2c/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 1998/08/25 14:19:52 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/08/25 15:22:47 tv Exp $ bin/f2c -bin/f77 +bin/f2c-f77 include/f2c.h lib/libf2c.a lib/libF77.a |