From 17a1b8314e7422a60485de3ef46ea1be7c9a2e39 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 30 May 2005 07:53:54 +0000 Subject: Changed "for fin ..." to "for f in ...". --- print/ghostscript-gnu/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index c62574475d3..208a493ec84 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2005/05/28 13:08:39 dillo Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/05/30 07:53:54 rillig Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 7.07 @@ -72,7 +72,7 @@ post-extract: ${MKDIR} ${WRKSRC}/obj ${RM} -f ${WRKSRC}/jpeg ${LN} -s ${JPEG_WRKSRC} ${WRKSRC}/jpeg - cd ${WRKSRC}/lib; for fin gs_res.ps; do \ + cd ${WRKSRC}/lib; for f in gs_res.ps; do \ ${SED} -e "s|/Resource/|${GS_RESOURCEDIR}/|g" \ $${f} > $${f}.fixed; \ ${MV} -f $${f}.fixed $${f}; \ -- cgit v1.2.3