pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/ghostscript-cidfonts-ryumin



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 12 08:05:32 UTC 2021

Modified Files:
        pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile

Log Message:
Use PKG_FAIL_REASON with double-quotes.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile
diff -u pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.33 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.34
--- pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.33      Fri Dec  4 04:55:50 2020
+++ pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile   Fri Mar 12 08:05:32 2021
@@ -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
 



Home | Main Index | Thread Index | Old Index