summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-01-14 14:11:00 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-01-14 14:11:00 +0000
commit40352ca20cd1dc80b697520fa10cabb98452099d (patch)
tree4a9c9e9d063f82f4021c9459e727ea6a0c80b5d1 /lang/f2c
parent23ff98f60e076e4877c1255dd9f5b0f713440d16 (diff)
downloadpkgsrc-40352ca20cd1dc80b697520fa10cabb98452099d.tar.gz
This script is no longer needed, all done in Makefile now.
Diffstat (limited to 'lang/f2c')
-rwxr-xr-xlang/f2c/scripts/post-extract28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/f2c/scripts/post-extract b/lang/f2c/scripts/post-extract
deleted file mode 100755
index 84f4a663bfc..00000000000
--- a/lang/f2c/scripts/post-extract
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: post-extract,v 1.3 1998/08/25 08:54:08 agc Exp $
-#
-
-echo "Running post-extract"
-
-cd $WRKSRC
-
-# uncompress the top level files
-rm index.html
-gunzip *.gz
-
-# extract the shell archives for libF77 and libI77
-sh libf77
-sh libi77
-
-# copy the f2c.h header needed by the the libraries
-cp f2c.h libF77/f2c.h
-cp f2c.h libI77/f2c.h
-
-# uncompress the main f2c source
-cd src
-rm index.html
-mv .depend depend.orig
-gunzip *.gz
-
-exit 0