diff options
author | heinz <heinz> | 2006-02-10 20:56:57 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-02-10 20:56:57 +0000 |
commit | 0f7b52e09ee889be8d69372d61a2f53b4ae81876 (patch) | |
tree | fe14e1cc70b1955dd5f6f49d733a9ac10cb8b01c /editors/vim | |
parent | 01564d3a07ae93bc0c3668b2e943e170aca52f84 (diff) | |
download | pkgsrc-0f7b52e09ee889be8d69372d61a2f53b4ae81876.tar.gz |
Enabled tests by adding TEST_TARGET.
Diffstat (limited to 'editors/vim')
-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 \ |