pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mapm add a "test" target
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecdb194c74b5
branches: trunk
changeset: 579369:ecdb194c74b5
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Sep 01 10:54:31 2010 +0000
description:
add a "test" target
diffstat:
math/mapm/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1926b2829ca2 -r ecdb194c74b5 math/mapm/Makefile
--- a/math/mapm/Makefile Wed Sep 01 10:52:48 2010 +0000
+++ b/math/mapm/Makefile Wed Sep 01 10:54:31 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/08/17 11:24:20 obache Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/01 10:54:31 drochner Exp $
#
DISTNAME= mapm-4.9.5a
@@ -27,4 +27,7 @@
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/mapm; \
done
+do-test:
+ cd ${WRKSRC} && ./validate
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index