pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/texlive2pkg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Sep 13 13:45:22 UTC 2019

Modified Files:
        pkgsrc/pkgtools/texlive2pkg: Makefile

Log Message:
pkgtools/texlive2pkg: fix pkglint warning


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/pkgtools/texlive2pkg/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/texlive2pkg/Makefile
diff -u pkgsrc/pkgtools/texlive2pkg/Makefile:1.12 pkgsrc/pkgtools/texlive2pkg/Makefile:1.13
--- pkgsrc/pkgtools/texlive2pkg/Makefile:1.12   Fri Sep 13 13:43:30 2019
+++ pkgsrc/pkgtools/texlive2pkg/Makefile        Fri Sep 13 13:45:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/09/13 13:43:30 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/13 13:45:22 rillig Exp $
 #
 
 PKGNAME=       texlive2pkg-1.8
@@ -10,6 +10,7 @@ COMMENT=      Tool to automate initial steps 
 LICENSE=       modified-bsd
 
 WRKSRC=                        ${WRKDIR}
+NO_CHECKSUM=           yes
 NO_BUILD=              yes
 USE_LANGUAGES=         # none
 USE_TOOLS+=            ftp:run perl:run xzcat:run



Home | Main Index | Thread Index | Old Index