summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-06 06:19:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-06 06:19:01 +0000
commit5cfdd242955df9ecc354687c6dd504fde7ce259d (patch)
tree01cb3b8dbec88c88a7993bc3dc322e773cb95738 /editors/vim6
parentRemove quasi-important articles to get this under the 70-char limit. (diff)
pages aren't compressed at move time
Notes
Notes: svn path=/head/; revision=13021
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index afad17c29c1a..44d9ad66dead 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.26 1998/09/05 02:48:13 obrien Exp $
+# $Id: Makefile,v 1.27 1998/09/05 03:12:55 obrien Exp $
#
DISTNAME= vim-5.3
@@ -51,7 +51,7 @@ pre-build:
post-install:
[ -e ${PREFIX}/bin/gvim ] || ${LN} -s ${PREFIX}/bin/vim ${PREFIX}/bin/gvim
@${RM} -f ${PREFIX}/man/man1/etags.1
- @${MV} ${PREFIX}/man/man1/ctags.1.gz ${PREFIX}/man/man1/ectags.1.gz
+ @${MV} ${PREFIX}/man/man1/ctags.1 ${PREFIX}/man/man1/ectags.1
@${LN} -sf ${PREFIX}/man/man1/ectags.1.gz ${PREFIX}/man/man1/etags.1.gz
.include <bsd.port.mk>