summaryrefslogtreecommitdiff
path: root/print/ghostscript-esp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-07 02:21:16 +0000
committerjlam <jlam@pkgsrc.org>2004-01-07 02:21:16 +0000
commit4b90d17ed9ffbfecbcf61bcb280e4b6bb51aa68f (patch)
tree9c8db98822fc70424580d580db896e062263c49e /print/ghostscript-esp
parent2102f9fcb1afa2782d2f9de35939cf98d563e9c4 (diff)
downloadpkgsrc-4b90d17ed9ffbfecbcf61bcb280e4b6bb51aa68f.tar.gz
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/<pkg> instead of occasionally putting some directly into /etc."
Diffstat (limited to 'print/ghostscript-esp')
-rw-r--r--print/ghostscript-esp/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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