From 50ccd0c170484090feda35b3b22a777809456739 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Jul 2001 15:38:19 +0000 Subject: Use a shell loop instead of a make .for loop. This avoids using FILE as a make variable and might fix pkg/13362. --- print/ghostscript-nox11/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print') 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 -- cgit v1.2.3