summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT/scripts/configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /graphics/p5-PGPLOT/scripts/configure
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.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 49d05d2dc7f6..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
- rm old_$f
-done
-
-$PERL Makefile.PL.new PREFIX=$PREFIX