diff options
author | heinz <heinz@pkgsrc.org> | 2003-10-19 01:34:13 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-10-19 01:34:13 +0000 |
commit | c66bc8f9d5002f3a605a1338162753ae68eccadd (patch) | |
tree | 7e25b9c88e7e30f93f2169d13e2b7ba816bbfb5d /devel/autoconf | |
parent | 2adccf5c07e53073a06305111f2b1eea49758d4b (diff) | |
download | pkgsrc-c66bc8f9d5002f3a605a1338162753ae68eccadd.tar.gz |
Add TEST_TARGET
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 000ec040300..b259661a833 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/08/09 10:44:35 seb Exp $ +# $NetBSD: Makefile,v 1.43 2003/10/19 01:34:13 heinz Exp $ DISTNAME= autoconf-2.57 CATEGORIES= devel @@ -28,6 +28,8 @@ TEXINFO_REQD= 4.0 AUTOMAKE_OVERRIDE= NO +TEST_TARGET= check + # undo a rather stupid hack in the install step when --without-lispdir is used post-install: ${RM} -rf ${WRKSRC}/lib/emacs/no |