pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/gnurl



Module Name:    pkgsrc
Committed By:   ng0
Date:           Sat Dec 14 13:28:29 UTC 2019

Modified Files:
        pkgsrc/www/gnurl: Makefile

Log Message:
www/gnurl: use TEST_MAKE_FLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/gnurl/Makefile

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

Modified files:

Index: pkgsrc/www/gnurl/Makefile
diff -u pkgsrc/www/gnurl/Makefile:1.8 pkgsrc/www/gnurl/Makefile:1.9
--- pkgsrc/www/gnurl/Makefile:1.8       Sat Dec 14 12:35:20 2019
+++ pkgsrc/www/gnurl/Makefile   Sat Dec 14 13:28:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/12/14 12:35:20 ng0 Exp $
+# $NetBSD: Makefile,v 1.9 2019/12/14 13:28:29 ng0 Exp $
 
 DISTNAME=      gnurl-7.67.0
 CATEGORIES=    www
@@ -21,8 +21,8 @@ INSTALLATION_DIRS=    share/doc/gnurl
 
 .include "../../mk/bsd.prefs.mk"
 
-# or "check"?
-TEST_TARGET=           -C tests test
+TEST_MAKE_FLAGS=       -C tests
+TEST_TARGET=           test
 
 CONFIGURE_ARGS+=       --without-libssh2
 CONFIGURE_ARGS+=       --without-libmetalink



Home | Main Index | Thread Index | Old Index