summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-14 14:11:00 +0000
committerfrueauf <frueauf>1999-01-14 14:11:00 +0000
commitbab4aaf0ac9d210da4de5799f0cf6e211b1b8f14 (patch)
tree4a9c9e9d063f82f4021c9459e727ea6a0c80b5d1 /lang/f2c
parent21cf8c14675596754c21aa58400bfd711a440e91 (diff)
downloadpkgsrc-bab4aaf0ac9d210da4de5799f0cf6e211b1b8f14.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