diff options
author | paul <paul@FreeBSD.org> | 1996-11-10 15:49:49 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1996-11-10 15:49:49 +0000 |
commit | 1b2f6a39eac0344bbfe62957b73796fee6bc66d6 (patch) | |
tree | ba4493df1ba350ac8e62997a35b38aa7538bce28 /usr.bin | |
parent | fb2d026372cee084e1ebd0c1f34542a273a05389 (diff) | |
download | FreeBSD-src-1b2f6a39eac0344bbfe62957b73796fee6bc66d6.zip FreeBSD-src-1b2f6a39eac0344bbfe62957b73796fee6bc66d6.tar.gz |
Added a missing \ for installing perl modules.
2.2 and 2.1.6 candidate.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 9bfc272..6a8b517 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1996/11/04 02:52:33 ache Exp $ +# $Id: Makefile,v 1.7 1996/11/09 16:54:33 joerg Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. @@ -181,7 +181,7 @@ afterinstall: ${SRCDIR}/perl_scripts/*.pl \ ${DESTDIR}/usr/share/vi/perl .if defined(PERLINTERP) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \ ${DESTDIR}/usr/share/vi/perl .endif |