pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/ghostscript-cidfonts-ryumin Use PKG_FAIL_REASON ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7153f5553f1
branches: trunk
changeset: 448664:e7153f5553f1
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 12 08:05:32 2021 +0000
description:
Use PKG_FAIL_REASON with double-quotes.
diffstat:
fonts/ghostscript-cidfonts-ryumin/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 6d19420ca7ee -r e7153f5553f1 fonts/ghostscript-cidfonts-ryumin/Makefile
--- a/fonts/ghostscript-cidfonts-ryumin/Makefile Fri Mar 12 02:29:41 2021 +0000
+++ b/fonts/ghostscript-cidfonts-ryumin/Makefile Fri Mar 12 08:05:32 2021 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index