diff options
author | tron <tron@pkgsrc.org> | 2010-04-09 22:04:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-04-09 22:04:22 +0000 |
commit | 028e8830acdb229ddf8dd8edda6660ff0a51dc0d (patch) | |
tree | b893b8e2e41f236eec4e4f1f37bfcfa50f5ee92f /print/ghostscript | |
parent | 211dd17b749b4541e78a50bdd13fc1ab34121de0 (diff) | |
download | pkgsrc-028e8830acdb229ddf8dd8edda6660ff0a51dc0d.tar.gz |
Don't rename unwanted source directories, just remove them. This saves
disk space while building this package.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 1e0e8dba54a..4b5d2e25ebc 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2010/04/09 19:39:06 drochner Exp $ +# $NetBSD: Makefile,v 1.78 2010/04/09 22:04:22 tron Exp $ DISTNAME= ghostscript-8.71 PKGREVISION= 2 @@ -74,10 +74,10 @@ CONFIGURE_ENV+= LPLIBDIR=${LOCALBASE}/lib post-extract: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/obj -# ${MV} ${WRKSRC}/jasper ${WRKSRC}/jasper.dontuse - ${MV} ${WRKSRC}/libpng ${WRKSRC}/libpng.dontuse - ${MV} ${WRKSRC}/tiff ${WRKSRC}/tiff.dontuse -# ${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib.dontuse +# ${RM} -rf ${WRKSRC}/jasper + ${RM} -rf ${WRKSRC}/libpng + ${RM} -rf ${WRKSRC}/tiff +# ${RM} -rf ${WRKSRC}/zlib post-install: ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs |