pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/latexmk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:12:50 UTC 2022

Modified Files:
        pkgsrc/print/latexmk: Makefile

Log Message:
latexmk: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/latexmk/Makefile

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

Modified files:

Index: pkgsrc/print/latexmk/Makefile
diff -u pkgsrc/print/latexmk/Makefile:1.19 pkgsrc/print/latexmk/Makefile:1.20
--- pkgsrc/print/latexmk/Makefile:1.19  Mon May 24 19:53:46 2021
+++ pkgsrc/print/latexmk/Makefile       Sun Apr 24 22:12:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:53:46 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/24 22:12:50 tnn Exp $
 
 DISTNAME=      latexmk-463b
 PKGREVISION=   3
@@ -13,13 +13,12 @@ LICENSE=    gnu-gpl-v2
 
 DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
 
-WRKSRC=                ${WRKDIR}/latexmk
-
 USE_TOOLS+=    perl:run
-
 NO_BUILD=      yes
-
 REPLACE_PERL=  latexmk.pl
+WRKSRC=                ${WRKDIR}/latexmk
+
+CHECK_PORTABILITY_SKIP+=       extra-scripts/myhtlatex2
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/latexmk
 



Home | Main Index | Thread Index | Old Index