pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-configure



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Oct  9 02:31:16 UTC 2019

Modified Files:
        pkgsrc/devel/deforaos-configure: Makefile

Log Message:
Add a comment about the new test target


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/deforaos-configure/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/deforaos-configure/Makefile
diff -u pkgsrc/devel/deforaos-configure/Makefile:1.9 pkgsrc/devel/deforaos-configure/Makefile:1.10
--- pkgsrc/devel/deforaos-configure/Makefile:1.9        Wed Oct  9 02:23:17 2019
+++ pkgsrc/devel/deforaos-configure/Makefile    Wed Oct  9 02:31:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/10/09 02:23:17 khorben Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/09 02:31:16 khorben Exp $
 #
 
 DISTNAME=      configure-0.4.1
@@ -23,6 +23,8 @@ MAKE_FLAGS+=  CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 AUTO_MKDIRS=   yes
 
+#TEST_TARGET=  tests
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${PKGMANDIR} != "share/man"



Home | Main Index | Thread Index | Old Index