pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/npth



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Dec 18 21:27:24 UTC 2016

Modified Files:
        pkgsrc/devel/npth: Makefile

Log Message:
add TEST_TARGET


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/npth/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/npth/Makefile
diff -u pkgsrc/devel/npth/Makefile:1.2 pkgsrc/devel/npth/Makefile:1.3
--- pkgsrc/devel/npth/Makefile:1.2      Sat Sep  5 23:19:52 2015
+++ pkgsrc/devel/npth/Makefile  Sun Dec 18 21:27:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/09/05 23:19:52 wiedi Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/18 21:27:23 tnn Exp $
 
 DISTNAME=      npth-1.2
 CATEGORIES=    devel
@@ -13,6 +13,7 @@ LICENSE=      gnu-gpl-v3
 USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
+TEST_TARGET=   check
 
 post-build:
        cd ${WRKSRC} && ${RM} npth-config && ${MAKE} npth-config



Home | Main Index | Thread Index | Old Index