summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2015-02-26 15:32:47 +0000
committergdt <gdt>2015-02-26 15:32:47 +0000
commitad6c8fe408cb90f5fec112d7c92356bba0c6a88a (patch)
tree34bed0d03b411c79539cb91edcc70fb3c87b58c4
parent811344545c19c16acdf555481ba1edffb4eea7a7 (diff)
downloadpkgsrc-ad6c8fe408cb90f5fec112d7c92356bba0c6a88a.tar.gz
Add TEST_TARGET, and the tests even pass (netbsd-6 i386).
-rw-r--r--net/quagga/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index b817367e27f..2a232a5b46f 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2015/01/25 22:14:05 fhajny Exp $
+# $NetBSD: Makefile,v 1.50 2015/02/26 15:32:47 gdt Exp $
#
DISTNAME= quagga-0.99.23.1
@@ -17,6 +17,8 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gawk gmake perl
USE_LIBTOOL= YES
+TEST_TARGET= check
+
PKG_SYSCONFSUBDIR?= zebra
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-exampledir=${PREFIX}/share/examples/quagga