pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png The TEST_TARGET "test" does not exist any...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e3283c3b4bd
branches:  trunk
changeset: 515735:5e3283c3b4bd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jul 07 09:35:05 2006 +0000

description:
The TEST_TARGET "test" does not exist anymore. It is called "check" now.

diffstat:

 graphics/png/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d89b748eceb5 -r 5e3283c3b4bd graphics/png/Makefile
--- a/graphics/png/Makefile     Fri Jul 07 06:53:39 2006 +0000
+++ b/graphics/png/Makefile     Fri Jul 07 09:35:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2006/06/29 22:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2006/07/07 09:35:05 rillig Exp $
 
 DISTNAME=      libpng-1.2.12
 PKGNAME=       ${DISTNAME:S/lib//}
@@ -18,7 +18,7 @@
 
 GNU_CONFIGURE= yes
 PKGCONFIG_OVERRIDE=    scripts/libpng.pc.in
-TEST_TARGET=   test
+TEST_TARGET=   check
 USE_LIBTOOL=   yes
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index