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).
This commit is contained in:
gdt 2008-01-24 15:17:30 +00:00
parent 3a39c8fe49
commit 8969f3bf06
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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