pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lzlib



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun Nov 13 16:13:16 UTC 2022

Modified Files:
        pkgsrc/archivers/lzlib: Makefile

Log Message:
lzlib: add a TEST_TARGET directive.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/lzlib/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/lzlib/Makefile
diff -u pkgsrc/archivers/lzlib/Makefile:1.1 pkgsrc/archivers/lzlib/Makefile:1.2
--- pkgsrc/archivers/lzlib/Makefile:1.1 Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/Makefile     Sun Nov 13 16:13:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/13 16:13:16 fcambus Exp $
 
 DISTNAME=      lzlib-1.13
 CATEGORIES=    archivers devel
@@ -17,4 +17,6 @@ INFO_FILES=   yes
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR} --enable-shared
 
+TEST_TARGET=   check
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index