diff options
Diffstat (limited to 'fonts/ms-ttf/Makefile')
-rw-r--r-- | fonts/ms-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile index d602aa85481..b90566a0063 100644 --- a/fonts/ms-ttf/Makefile +++ b/fonts/ms-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 18:28:28 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 14:58:18 rodent Exp $ DISTNAME= # empty PKGNAME= ms-ttf-20020306 @@ -39,7 +39,7 @@ INSTALLATION_DIRS= ${FONTDIR} ${DOCDIR} post-extract: ${RUN} \ for f in ${WRKSRC}/*.TTF ; do \ - ${MV} $$f `echo $$f | ${SED} 's|TTF$$|ttf|'`; \ + ${MV} $$f `${ECHO} $$f | ${SED} 's|TTF$$|ttf|'`; \ done do-install: |