pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/fastjar



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 13:27:41 UTC 2020

Modified Files:
        pkgsrc/archivers/fastjar: Makefile

Log Message:
archivers/fastjar: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/fastjar/Makefile

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

Modified files:

Index: pkgsrc/archivers/fastjar/Makefile
diff -u pkgsrc/archivers/fastjar/Makefile:1.22 pkgsrc/archivers/fastjar/Makefile:1.23
--- pkgsrc/archivers/fastjar/Makefile:1.22      Sat Nov  2 22:54:26 2019
+++ pkgsrc/archivers/fastjar/Makefile   Sun Apr 26 13:27:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/11/02 22:54:26 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/26 13:27:41 rillig Exp $
 
 DISTNAME=      fastjar-0.98
 PKGREVISION=   1
@@ -11,6 +11,7 @@ COMMENT=      C language version of the 'jar'
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= YES
+CONFIGURE_ENV+=        PERL= # none, to prevent the USE_TOOLS+=perl warning
 
 INFO_FILES=            YES
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index