summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT/scripts/configure
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2006-06-26 11:21:39 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2006-06-26 11:21:39 +0000
commitcdc019b46bed77990c97f2ec5df8b774680573ef (patch)
treef82671426cff8e8f6f513119e17cbeac187ecb5a /graphics/p5-PGPLOT/scripts/configure
parentUpdate to 0.9.0, for much more prettiness and translation. (diff)
- Update to 2.19
- Patch Makefile.PL to see includes and libs - Update Makefile and pkg-plist to respect NOPORTDOCS - Update scripts/configure to respect PREFIX PR: ports/99012 Submitted by: Aaron Dalton <aaron@freebsd.org>
Diffstat (limited to 'graphics/p5-PGPLOT/scripts/configure')
-rw-r--r--graphics/p5-PGPLOT/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure
index dead08ab2a0d..49d05d2dc7f6 100644
--- a/graphics/p5-PGPLOT/scripts/configure
+++ b/graphics/p5-PGPLOT/scripts/configure
@@ -8,7 +8,7 @@ sed -e s:/usr/local/pgplot:$PREFIX/lib: \
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
-
+$PERL Makefile.PL.new PREFIX=$PREFIX