pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript-gnu Changed "for fin ..." to "for f ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bef1a29dbe0c
branches: trunk
changeset: 494770:bef1a29dbe0c
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon May 30 07:53:54 2005 +0000
description:
Changed "for fin ..." to "for f in ...".
diffstat:
print/ghostscript-gnu/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7be2d3f3e52a -r bef1a29dbe0c print/ghostscript-gnu/Makefile.common
--- a/print/ghostscript-gnu/Makefile.common Mon May 30 05:50:59 2005 +0000
+++ b/print/ghostscript-gnu/Makefile.common Mon May 30 07:53:54 2005 +0000
@@ -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 @@
${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}; \
Home |
Main Index |
Thread Index |
Old Index