summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2007-10-22 12:35:32 +0000
committerdsainty <dsainty@pkgsrc.org>2007-10-22 12:35:32 +0000
commit197c0e2a3cd3aac98b17fc8cf25b85ad781b43cd (patch)
tree37003eaff66961961c2bed963a332262acd90968 /print
parentc03c2e7f201b134f7fbc4d9d945269ae43f2e73d (diff)
downloadpkgsrc-197c0e2a3cd3aac98b17fc8cf25b85ad781b43cd.tar.gz
Quell a pkglint -Wall warning, use CONF_FILES+= instead of =
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/options.mk b/print/ghostscript/options.mk
index 3ceda3e7091..5193783f6db 100644
--- a/print/ghostscript/options.mk
+++ b/print/ghostscript/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/10/22 12:15:04 dsainty Exp $
+# $NetBSD: options.mk,v 1.4 2007/10/22 12:35:32 dsainty Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript
PKG_SUPPORTED_OPTIONS= x11 cups
@@ -21,7 +21,7 @@ PLIST_SUBST+= CUPS=
CUPS_CONFDIR?= ${PKG_SYSCONFBASEDIR}/cups
CUPS_EGDIR= ${PREFIX}/share/examples/cups
-CONF_FILES= ${CUPS_EGDIR}/pstoraster.convs ${CUPS_CONFDIR}/pstoraster.convs
+CONF_FILES+= ${CUPS_EGDIR}/pstoraster.convs ${CUPS_CONFDIR}/pstoraster.convs
SUBST_CLASSES+= cupsetc
SUBST_STAGE.cupsetc= post-extract