diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-10 20:56:57 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-10 20:56:57 +0000 |
commit | 33388c39899f39d4f1dd58de6593c4e300e73409 (patch) | |
tree | fe14e1cc70b1955dd5f6f49d733a9ac10cb8b01c /editors | |
parent | 5b125fc92841a3dffd970391adae9e2e31183e3a (diff) | |
download | pkgsrc-33388c39899f39d4f1dd58de6593c4e300e73409.tar.gz |
Enabled tests by adding TEST_TARGET.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e47d77274fd..da7b8e6b1b0 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/10/23 14:13:50 rillig Exp $ +# $NetBSD: Makefile,v 1.64 2006/02/10 20:56:57 heinz Exp $ PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --with-tlib=ncurses BUILD_TARGET= vim INSTALL_TARGET= installvimbin +TEST_TARGET= check post-install: for f in rvim rview ; do \ |