summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authortron <tron>2000-03-27 08:54:53 +0000
committertron <tron>2000-03-27 08:54:53 +0000
commitba4960f3f055ba80189aacb4ecc5e93c3d84fb70 (patch)
tree511618ca7cff95a74e9dfdad946115bd53879987 /editors/vim-share
parent5082261f9038d5872c880dcf449271ea495f4a5d (diff)
downloadpkgsrc-ba4960f3f055ba80189aacb4ecc5e93c3d84fb70.tar.gz
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 00e2d3d5cd4..66b85d643ed 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/27 04:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/27 08:54:55 tron Exp $
.include "Makefile.common"
@@ -12,7 +12,7 @@ INSTALL_TARGET= installvimhelp installhelplinks installmacros \
installtutor installtools
post-configure:
- cd ${WRKSRC}/ctags ; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \
+ cd ${WRKSRC}/ctags ; ${CONFIGURE_ENV} ${CONFIGURE_SCRIPT} \
${CONFIGURE_ARGS}
do-build: