pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/buildtool "make test" does not work unless the p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4bd5294e71d
branches:  trunk
changeset: 519429:d4bd5294e71d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 22:07:06 2006 +0000

description:
"make test" does not work unless the package is installed.

diffstat:

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

diffs (19 lines):

diff -r 9deb2beee8fc -r d4bd5294e71d devel/buildtool/Makefile
--- a/devel/buildtool/Makefile  Mon Oct 02 21:49:55 2006 +0000
+++ b/devel/buildtool/Makefile  Mon Oct 02 22:07:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:02 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/02 22:07:06 rillig Exp $
 #
 
 DISTNAME=      buildtool-0.16
@@ -13,7 +13,8 @@
 
 HAS_CONFIGURE= yes
 
-TEST_TARGET=           test
+# The self test does not work unless the package is installed.
+#TEST_TARGET=          test
 
 PKG_SYSCONFSUBDIR=     buildtool
 



Home | Main Index | Thread Index | Old Index