From b9fccc58e48d585a34034db7c05b773d9e5bc4c8 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 7 Jan 2004 02:21:16 +0000 Subject: From the log for rev. 1.1260 of bsd.pkg.mk: "Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/ instead of occasionally putting some directly into /etc." --- print/ghostscript-esp/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/ghostscript-esp') diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common index 793d1ab2a73..6b6663d8aee 100644 --- a/print/ghostscript-esp/Makefile.common +++ b/print/ghostscript-esp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/01/03 18:49:51 reed Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/01/07 02:21:16 jlam Exp $ DISTNAME= espgs-${GS_VERS}-source BASEGS_VERS= 7.07 @@ -63,7 +63,7 @@ CFLAGS+= -DHAVE_MKSTEMP=1 REPLACE_PERL= lib/fixmswrd.pl -CUPS_CONFDIR?= ${PKG_SYSCONFBASE}/cups +CUPS_CONFDIR?= ${PKG_SYSCONFBASEDIR}/cups CUPS_EGDIR= ${PREFIX}/share/examples/cups DOCDIR= ${PREFIX}/share/doc/ghostscript HTMLDIR= ${PREFIX}/share/doc/html/ghostscript -- cgit v1.2.3