diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 1058f329573..e73b4e9bd84 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/04/06 13:01:26 rodent Exp $ +# $NetBSD: Makefile,v 1.32 2013/04/06 13:24:19 rodent Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 @@ -65,8 +65,8 @@ PLIST_SRC= PLIST PLIST.extrafonts .endif post-extract: -.for FILE in ${MISC_FILES} - ${CP} ${_DISTDIR}/${FILE} ${WRKSRC} +.for file in ${MISC_FILES} + ${CP} ${_DISTDIR}/${file} ${WRKSRC} .endfor .include "../../mk/bsd.pkg.mk" |