summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-14 15:38:19 +0000
committerjlam <jlam@pkgsrc.org>2001-07-14 15:38:19 +0000
commit50ccd0c170484090feda35b3b22a777809456739 (patch)
tree80b92f89eb4077939db3198d25c78905f19c8f03 /print
parent19c92c7cb4e501b9898cc84a1638d58a3c55c7e6 (diff)
downloadpkgsrc-50ccd0c170484090feda35b3b22a777809456739.tar.gz
Use a shell loop instead of a make .for loop. This avoids using FILE
as a make variable and might fix pkg/13362.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-nox11/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index e220d146fe8..1051832afdd 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2001/06/11 02:05:14 jlam Exp $
+# $NetBSD: Makefile.common,v 1.17 2001/07/14 15:38:19 jlam Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -145,9 +145,9 @@ HTML_DIR= ${PREFIX}/share/doc/html/ghostscript
LIB_DIR= ${GSINST_DIR}/lib
post-extract:
-.for FILE in ${EXTRACT_LIST}
- cd ${WRKDIR}; ${PAX} -zrf ${_DISTDIR}/${FILE}
-.endfor
+ @cd ${WRKDIR}; for file in ${EXTRACT_LIST}; do \
+ ${PAX} -zrf ${_DISTDIR}/$${file}
+ done
cd ${WRKSRC}/src; ${PAX} -rf ${WRKDIR}/${HPDJ_DRV}/hpdj.tar
${MV} ${WRKSRC}/src/gs-hpdj.1 ${WRKSRC}/man
cd ${WRKDIR}; ${CP} gdevdmpr.c gdevdmpr.mak ${WRKSRC}/src