pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript Update the way the cups makefile is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17c1baa4ad5b
branches:  trunk
changeset: 538013:17c1baa4ad5b
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jan 24 15:17:30 2008 +0000

description:
Update the way the cups makefile is modified to place the prototype
psraster.convs in share/examples/cups (to avoid writing PKG_SYSCONFDIR
outside of CONF_FILES).

diffstat:

 print/ghostscript/Makefile   |  4 ++--
 print/ghostscript/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 669a0ce796f6 -r 17c1baa4ad5b print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Thu Jan 24 14:49:39 2008 +0000
+++ b/print/ghostscript/Makefile        Thu Jan 24 15:17:30 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2008/01/10 15:23:27 drochner Exp $
+# $NetBSD: Makefile,v 1.43 2008/01/24 15:17:30 gdt Exp $
 
 DISTNAME=      ghostscript-8.61
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 669a0ce796f6 -r 17c1baa4ad5b print/ghostscript/options.mk
--- a/print/ghostscript/options.mk      Thu Jan 24 14:49:39 2008 +0000
+++ b/print/ghostscript/options.mk      Thu Jan 24 15:17:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2008/01/10 15:23:27 drochner Exp $
+# $NetBSD: options.mk,v 1.6 2008/01/24 15:17:30 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ghostscript
 PKG_SUPPORTED_OPTIONS= x11 cups fontconfig
@@ -27,7 +27,7 @@
 SUBST_STAGE.cupsetc=   post-extract
 SUBST_MESSAGE.cupsetc= Fixing CUPS etc directory path to install as example
 SUBST_FILES.cupsetc=   cups/cups.mak
-SUBST_SED.cupsetc=     -e "s|^CUPSCONFIG=.*|CUPSCONFIG=${CUPS_EGDIR}|g"
+SUBST_SED.cupsetc=     -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
 
 .include "../../print/cups/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index