pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/couchdb



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Mar 29 00:09:31 UTC 2019

Modified Files:
        pkgsrc/databases/couchdb: Makefile

Log Message:
couchdb: add test target to Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/couchdb/Makefile

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

Modified files:

Index: pkgsrc/databases/couchdb/Makefile
diff -u pkgsrc/databases/couchdb/Makefile:1.53 pkgsrc/databases/couchdb/Makefile:1.54
--- pkgsrc/databases/couchdb/Makefile:1.53      Sat Dec 15 21:12:19 2018
+++ pkgsrc/databases/couchdb/Makefile   Fri Mar 29 00:09:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2018/12/15 21:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2019/03/29 00:09:31 gutteridge Exp $
 #
 
 DISTNAME=              apache-couchdb-2.1.1
@@ -73,6 +73,7 @@ CONFIGURE_ARGS+=      --skip-deps
 CONFIGURE_ARGS+=       --with-curl
 
 BUILD_TARGET=          release
+TEST_TARGET=           check
 
 INSTALLATION_DIRS+=    bin couchdb/lib
 INSTALLATION_DIRS+=    couchdb/share/server couchdb/share/www/docs



Home | Main Index | Thread Index | Old Index