pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript Don't rename unwanted source directo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8da57de48f37
branches: trunk
changeset: 573966:8da57de48f37
user: tron <tron%pkgsrc.org@localhost>
date: Fri Apr 09 22:04:22 2010 +0000
description:
Don't rename unwanted source directories, just remove them. This saves
disk space while building this package.
diffstat:
print/ghostscript/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 0f22a8c804ac -r 8da57de48f37 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile Fri Apr 09 22:00:21 2010 +0000
+++ b/print/ghostscript/Makefile Fri Apr 09 22:04:22 2010 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index