diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-14 16:41:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-14 16:41:22 +0000 |
commit | eb0af82d4edd06e058d9c80bbd9a9cb3a304f2f3 (patch) | |
tree | a6ba2bc17606f6efcfcf73f74671ef7881a13dc9 /print/ghostscript-nox11 | |
parent | 4406fa2e10f494fa8f87c1291f132e505a5e1a6d (diff) | |
download | pkgsrc-eb0af82d4edd06e058d9c80bbd9a9cb3a304f2f3.tar.gz |
Fix continuation line. Together with last commit, fixes pkg/13362.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 1051832afdd..41765ca5457 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2001/07/14 15:38:19 jlam Exp $ +# $NetBSD: Makefile.common,v 1.18 2001/07/14 16:41:22 wiz Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -146,7 +146,7 @@ LIB_DIR= ${GSINST_DIR}/lib post-extract: @cd ${WRKDIR}; for file in ${EXTRACT_LIST}; do \ - ${PAX} -zrf ${_DISTDIR}/$${file} + ${PAX} -zrf ${_DISTDIR}/$${file}; \ done cd ${WRKSRC}/src; ${PAX} -rf ${WRKDIR}/${HPDJ_DRV}/hpdj.tar ${MV} ${WRKSRC}/src/gs-hpdj.1 ${WRKSRC}/man |