diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2006-06-26 11:21:39 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2006-06-26 11:21:39 +0000 |
| commit | cdc019b46bed77990c97f2ec5df8b774680573ef (patch) | |
| tree | f82671426cff8e8f6f513119e17cbeac187ecb5a /graphics/p5-PGPLOT/scripts/configure | |
| parent | Update 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/configure | 4 |
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 |
