pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/curl
Module Name: pkgsrc
Committed By: leot
Date: Wed Jan 24 12:17:44 UTC 2018
Modified Files:
pkgsrc/www/curl: Makefile
Log Message:
curl: Delete if-def block regarding TEST_TARGET and test dependencies
Define TEST_TARGET unconditionally and do not add `perl' to USE_TOOLS, `perl'
is already needed as tool.
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/www/curl/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/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.192 pkgsrc/www/curl/Makefile:1.193
--- pkgsrc/www/curl/Makefile:1.192 Wed Jan 24 07:57:19 2018
+++ pkgsrc/www/curl/Makefile Wed Jan 24 12:17:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2018/01/24 07:57:19 wiz Exp $
+# $NetBSD: Makefile,v 1.193 2018/01/24 12:17:43 leot Exp $
DISTNAME= curl-7.58.0
CATEGORIES= www
@@ -26,10 +26,7 @@ INSTALLATION_DIRS= share/doc/curl
.include "../../mk/bsd.prefs.mk"
-.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
TEST_TARGET= check
-USE_TOOLS+= perl
-.endif
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index