diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /graphics | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-graphics-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-graphics-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-graphics-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index c9bf6ba6a5c..32af1e64dc1 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: diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index c9bf6ba6a5c..32af1e64dc1 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/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: |