summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-10 20:56:57 +0000
committerheinz <heinz>2006-02-10 20:56:57 +0000
commit9df644ffc43aae5d712a911ce78c195571ab637f (patch)
treefe14e1cc70b1955dd5f6f49d733a9ac10cb8b01c
parentf34a523357d686a82401844f6b08d7e3e724c0d8 (diff)
downloadpkgsrc-9df644ffc43aae5d712a911ce78c195571ab637f.tar.gz
Enabled tests by adding TEST_TARGET.
-rw-r--r--editors/vim/Makefile3
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 \