summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgdt <gdt>2008-01-24 15:17:30 +0000
committergdt <gdt>2008-01-24 15:17:30 +0000
commitca366dfd0cea8c7a58bca3bcf613a6bd6fc52397 (patch)
treea22dca16baf609f09587c0e0b5076129578d4375 /print
parent24a9f96b4df6dfd09bb33562252f404e50d05f4b (diff)
downloadpkgsrc-ca366dfd0cea8c7a58bca3bcf613a6bd6fc52397.tar.gz
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 (limited to 'print')
-rw-r--r--print/ghostscript/Makefile4
-rw-r--r--print/ghostscript/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 4f0ff75ff70..50dd4ded4b2 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -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 --git a/print/ghostscript/options.mk b/print/ghostscript/options.mk
index 5fb92a2fd79..a2919b2180e 100644
--- a/print/ghostscript/options.mk
+++ b/print/ghostscript/options.mk
@@ -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_CLASSES+= cupsetc
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