diff options
author | simonb <simonb@pkgsrc.org> | 1999-10-17 23:47:37 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-10-17 23:47:37 +0000 |
commit | ca1aafa775a12b13c5802ff49083cf5520402a75 (patch) | |
tree | 8ac7af55c4cd1c2e259aa9dc1dbac8ae2885cb98 /print | |
parent | 372d9efd25d7fbb63664e0b6d29ecb0a64ad2b2b (diff) | |
download | pkgsrc-ca1aafa775a12b13c5802ff49083cf5520402a75.tar.gz |
Don't remove a distfile, then try to symlink to it!
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 5f3088eb8fc..075312b100c 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 1999/09/30 08:21:51 agc Exp $ +# $NetBSD: Makefile,v 1.39 1999/10/17 23:47:37 simonb Exp $ # DISTNAME= ghostscript-5.50 @@ -64,7 +64,7 @@ post-extract: ${RM} -f ${WRKSRC}/jpeg ${LN} -s ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b ${WRKSRC}/jpeg cd ${WRKSRC} && unzip -uLa ${_DISTDIR}/${HP850_DRV} - ${RM} -f ${_DISTDIR}/${PDF_SEC} ${WRKSRC}/${PDF_SEC} + ${RM} -f ${WRKSRC}/${PDF_SEC} ${LN} -s ${_DISTDIR}/${PDF_SEC} ${WRKSRC}/${PDF_SEC} pre-patch: |