aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lcc
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 10:42:41 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 10:42:41 +0800
commit54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch)
tree63ca8b1b366b8d64e4d645959252f91f9d55ab5f /lang/lcc
parent929e461fb30940a507219f54c08472fb7347d37a (diff)
downloadfreebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz
freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst
freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'lang/lcc')
-rw-r--r--lang/lcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lcc/Makefile b/lang/lcc/Makefile
index b1d602781579..ad3ac2d28785 100644
--- a/lang/lcc/Makefile
+++ b/lang/lcc/Makefile
@@ -34,7 +34,7 @@ pre-configure:
#${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST
@${SED} -e "s:%%OPSYS%%:${OPSYS}:g" \
${WRKSRC}/makefile > ${WRKSRC}/makefile.configured
- @/bin/mv -f ${WRKSRC}/makefile.configured ${WRKSRC}/makefile
+ @${MV} -f ${WRKSRC}/makefile.configured ${WRKSRC}/makefile
do-install:
@(umask 022 ; ${MKDIR} ${PREFIX}/${LCCDESTDIR})