summaryrefslogtreecommitdiff
path: root/editors/vim6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim6/Makefile')
-rw-r--r--editors/vim6/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index fc3801ef7f3a..c0d2d9966500 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,10 +4,10 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.8 1997/10/01 09:59:51 obrien Exp $
+# $Id: Makefile,v 1.9 1997/10/22 10:23:39 obrien Exp $
#
-DISTNAME= vim-5.0p
+DISTNAME= vim-5.0q
CATEGORIES= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/beta-test/unix/ \
ftp://ftp.nuxi.com/pub/vim/beta-test/unix/ \
@@ -20,7 +20,7 @@ MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_FLAGS= CONF_ARGS=--prefix=${PREFIX} -f
-ALL_TARGET=
+ALL_TARGET= #
MAN1= vim.1 xxd.1 ctags.1
.if defined(HAVE_MOTIF)
@@ -35,7 +35,7 @@ pre-build:
post-install:
[ -e ${PREFIX}/bin/gvim ] || /bin/ln -s ${PREFIX}/bin/vim ${PREFIX}/bin/gvim
- @/bin/rm -f ${PREFIX}/man/man1/etags.1
+ @${RM} -f ${PREFIX}/man/man1/etags.1
@/bin/ln -sf ${PREFIX}/man/man1/ctags.1.gz ${PREFIX}/man/man1/etags.1.gz