diff options
Diffstat (limited to 'japanese/groff/Makefile')
-rw-r--r-- | japanese/groff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index a221684..81d4044 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/*) \ |