summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT/scripts/configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /graphics/p5-PGPLOT/scripts/configure
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'graphics/p5-PGPLOT/scripts/configure')
-rw-r--r--graphics/p5-PGPLOT/scripts/configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure
deleted file mode 100644
index dead08ab2a0d..000000000000
--- a/graphics/p5-PGPLOT/scripts/configure
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1
-
-sed -e s:/usr/local/pgplot:$PREFIX/lib: \
- -e s:/home/aaossm/kgb/soft/pgplot/bld:$PREFIX/include: <Makefile.PL \
- >Makefile.PL.new
-for f in test*.p*; do
- mv $f old_$f
- sed -e s:/usr/local/bin/perl:$PERL: < old_$f >$f
-done
-
-$PERL Makefile.PL.new
-