From 028e8830acdb229ddf8dd8edda6660ff0a51dc0d Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 9 Apr 2010 22:04:22 +0000 Subject: Don't rename unwanted source directories, just remove them. This saves disk space while building this package. --- print/ghostscript/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'print/ghostscript') 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 -- cgit v1.2.3