pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qsmtp



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Feb  3 18:59:55 UTC 2020

Modified Files:
        pkgsrc/mail/qsmtp: Makefile

Log Message:
Specify TEST_TARGET.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/qsmtp/Makefile

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

Modified files:

Index: pkgsrc/mail/qsmtp/Makefile
diff -u pkgsrc/mail/qsmtp/Makefile:1.3 pkgsrc/mail/qsmtp/Makefile:1.4
--- pkgsrc/mail/qsmtp/Makefile:1.3      Sat Jan 18 21:49:53 2020
+++ pkgsrc/mail/qsmtp/Makefile  Mon Feb  3 18:59:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:49:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/03 18:59:55 schmonz Exp $
 
 DISTNAME=              Qsmtp-0.37
 PKGREVISION=           1
@@ -20,6 +20,8 @@ CMAKE_ARGS.Darwin+=   -DALLOW_INSECURE_BZE
 
 BUILD_DEFS+=           QMAILDIR
 
+TEST_TARGET=           test
+
 .include "../../devel/libowfat/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index