summaryrefslogtreecommitdiffstats
path: root/graphics/pgperl
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch)
tree63ca8b1b366b8d64e4d645959252f91f9d55ab5f /graphics/pgperl
parent929e461fb30940a507219f54c08472fb7347d37a (diff)
downloadFreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip
FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'graphics/pgperl')
-rw-r--r--graphics/pgperl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile
index c9bf6ba..32af1e6 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:
OpenPOWER on IntegriCloud