summaryrefslogtreecommitdiff
path: root/japanese/groff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/groff/Makefile')
-rw-r--r--japanese/groff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile
index a221684467e0..81d40440687e 100644
--- a/japanese/groff/Makefile
+++ b/japanese/groff/Makefile
@@ -27,7 +27,7 @@ DESCS= ${WRKSRC}/devnippon/DESC.proto ${WRKSRC}/devps/DESC.in
#for not writing "/usr/local" explicitly in the patch
post-patch:
@for f in ${DESCS}; do \
- /bin/mv -f $${f} $${f}.tmp; \
+ ${MV} -f $${f} $${f}.tmp; \
${SED} -e '$$d' $${f}.tmp > $${f}; \
case $${f} in \
*/devnippon/*) \