summaryrefslogtreecommitdiff
path: root/cad/verilog-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r--cad/verilog-current/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile
index 7dd4c417fe5..626c3ac3726 100644
--- a/cad/verilog-current/Makefile
+++ b/cad/verilog-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/10/22 02:52:17 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.32 2003/02/04 00:46:07 dmcmahill Exp $
#
DISTNAME= verilog-${SNAPDATE}
@@ -17,7 +17,7 @@ BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf
CONFLICTS+= verilog-[0-9]*
-SNAPDATE= 20021019
+SNAPDATE= 20030202
GNU_CONFIGURE= yes
USE_GMAKE= yes
#
@@ -26,10 +26,7 @@ USE_GMAKE= yes
#CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}"
CONFIGURE_ARGS+= --without-ipal
YACC= ${LOCALBASE}/bin/bison
-
-test: build
- cd ${WRKSRC} && \
- ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \
- tee ${WRKDIR}/tests.log
+TEST_DIRS= ${WRKSRC}
+TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"