pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-base



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Dec 31 17:16:43 UTC 2017

Modified Files:
        pkgsrc/devel/git-base: Makefile

Log Message:
git-base: Add TEST_TARGET

(Tests do not currently pass, but they have in the past.0


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/git-base/Makefile

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

Modified files:

Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.46 pkgsrc/devel/git-base/Makefile:1.47
--- pkgsrc/devel/git-base/Makefile:1.46 Wed Sep 27 06:37:47 2017
+++ pkgsrc/devel/git-base/Makefile      Sun Dec 31 17:16:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/09/27 06:37:47 adam Exp $
+# $NetBSD: Makefile,v 1.47 2017/12/31 17:16:43 gdt Exp $
 
 .include "../../devel/git/Makefile.common"
 
@@ -36,6 +36,8 @@ CONFIGURE_ARGS+=      --without-tcltk
 
 BUILD_TARGET=          all
 
+TEST_TARGET=           test
+
 REPLACE_SH+=           contrib/hooks/post-receive-email
 REPLACE_SH+=           contrib/hooks/pre-auto-gc-battery
 



Home | Main Index | Thread Index | Old Index