From 6c36354d04e46241cd8a4581b60cf7cfbb4cb5d3 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 6 Sep 1998 06:19:01 +0000 Subject: pages aren't compressed at move time --- editors/vim6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vim6') 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 -- cgit