pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libmm Set TEST_TARGET to allow running the packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/217efa43403f
branches:  trunk
changeset: 483748:217efa43403f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Nov 18 15:51:35 2004 +0000

description:
Set TEST_TARGET to allow running the package's own self-tests.

diffstat:

 devel/libmm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 7239329abbe4 -r 217efa43403f devel/libmm/Makefile
--- a/devel/libmm/Makefile      Thu Nov 18 14:20:26 2004 +0000
+++ b/devel/libmm/Makefile      Thu Nov 18 15:51:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/18 15:51:35 jlam Exp $
 #
 
 DISTNAME=      mm-1.2.2
@@ -16,5 +16,6 @@
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
+TEST_TARGET=           test
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index