From 3262cce303b354dfda0c0b11bbbda803a827665b Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:42:41 +0000 Subject: expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR} --- graphics/p5-PGPLOT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/p5-PGPLOT') 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: -- cgit v1.2.3