diff options
author | gdt <gdt@pkgsrc.org> | 2008-01-24 15:17:30 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-01-24 15:17:30 +0000 |
commit | d63e07cc553c0e91c3f57ddc6ef38aec860b15a4 (patch) | |
tree | a22dca16baf609f09587c0e0b5076129578d4375 | |
parent | b5e2c09d38c3512514e7c9e5ea6fb399224be340 (diff) | |
download | pkgsrc-d63e07cc553c0e91c3f57ddc6ef38aec860b15a4.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).
-rw-r--r-- | print/ghostscript/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript/options.mk | 4 |
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 |