pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/tex-drm-doc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 09:23:02 UTC 2020

Modified Files:
        pkgsrc/fonts/tex-drm-doc: Makefile

Log Message:
fonts/tex-drm-doc: skip shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-drm-doc/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/tex-drm-doc/Makefile
diff -u pkgsrc/fonts/tex-drm-doc/Makefile:1.5 pkgsrc/fonts/tex-drm-doc/Makefile:1.6
--- pkgsrc/fonts/tex-drm-doc/Makefile:1.5       Sat Jan 18 23:31:25 2020
+++ pkgsrc/fonts/tex-drm-doc/Makefile   Sun May 31 09:23:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:31:25 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/31 09:23:02 rillig Exp $
 
 DISTNAME=      drm.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-4.4
@@ -13,6 +13,8 @@ REPLACE_SH+=          doc/fonts/drm/allfonts.sh
 REPLACE_SH+=           doc/fonts/drm/convert.sh
 # fontforge
 CHECK_INTERPRETER_SKIP=        share/texmf-dist/doc/fonts/drm/fontconvert.sh
+# not used during the build
+CHECK_PORTABILITY_SKIP=        share/texmf-dist/doc/fonts/drm/allconvert.sh
 
 TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index