summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-03-12 08:05:32 +0000
committernia <nia@pkgsrc.org>2021-03-12 08:05:32 +0000
commit14ad67208fb8bf86a952b0cd4ca0191fc995d004 (patch)
tree2256914d26c48f712e82d5c5661e95d9fc06b509 /fonts
parent14a75a77fd04a2308be544eecb7743ee27bdb0ed (diff)
downloadpkgsrc-14ad67208fb8bf86a952b0cd4ca0191fc995d004.tar.gz
Use PKG_FAIL_REASON with double-quotes.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ghostscript-cidfonts-ryumin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile
index dd3189563d3..1f389d97324 100644
--- a/fonts/ghostscript-cidfonts-ryumin/Makefile
+++ b/fonts/ghostscript-cidfonts-ryumin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/12/04 04:55:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.34 2021/03/12 08:05:32 nia Exp $
DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION}
DISTFILES= # empty
@@ -72,12 +72,12 @@ NO_CONFIGURE= yes
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl)
. include "../../print/ghostscript-agpl/Makefile.common"
. if empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mdisable-compile-inits)
-PKG_FAIL_REASON+= '(agpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.'
+PKG_FAIL_REASON+= "(agpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time."
. endif
.else
. include "../../print/ghostscript-gpl/Makefile.common"
. if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
-PKG_FAIL_REASON+= '(gpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.'
+PKG_FAIL_REASON+= "(gpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time."
. endif
.endif