summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordsainty <dsainty>2007-10-22 12:35:32 +0000
committerdsainty <dsainty>2007-10-22 12:35:32 +0000
commit0125c5c0cb99756f056182c22e2f53e2277a6221 (patch)
tree37003eaff66961961c2bed963a332262acd90968 /print
parentac879581053128080c951e43e30d27eb7ff26add (diff)
downloadpkgsrc-0125c5c0cb99756f056182c22e2f53e2277a6221.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