summaryrefslogtreecommitdiffstats
path: root/lang/bwbasic
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 /lang/bwbasic
parent929e461fb30940a507219f54c08472fb7347d37a (diff)
downloadFreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip
FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'lang/bwbasic')
-rw-r--r--lang/bwbasic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/bwbasic/Makefile b/lang/bwbasic/Makefile
index 69c697f5..06eeae8 100644
--- a/lang/bwbasic/Makefile
+++ b/lang/bwbasic/Makefile
@@ -25,7 +25,7 @@ pre-patch:
cd ${WRKSRC}/tmp; \
uudecode ${DISTDIR}/bwb-2.20-patch01.tar.Z.uu.txt; \
tar xzf bwb-2.20-patch01.tar.Z; \
- mv bwb-2.20-patch01/* ${WRKSRC}
+ ${MV} bwb-2.20-patch01/* ${WRKSRC}
${RM} -rf ${WRKSRC}/tmp
# This puts the documentation in ${PREFIX}/share/bwbasic, and the
OpenPOWER on IntegriCloud