diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /graphics/p5-PGPLOT | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) | |
download | ports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip |
Notes
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index c9bf6ba6a5cd..32af1e64dc16 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -31,7 +31,7 @@ F2CLIB= -lf2c .endif post-patch: - (cd ${WRKSRC}/ExtUtils; mv -f F77.pm F77.pm~; ${SED} -e \ + (cd ${WRKSRC}/ExtUtils; ${MV} -f F77.pm F77.pm~; ${SED} -e \ 's/@F2CLIB@/${F2CLIB}/g' F77.pm~ > F77.pm) post-install: |