diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-07-16 07:10:09 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-07-16 07:10:09 +0000 |
commit | 04255387101af3c003c601d1251186796ee72f7e (patch) | |
tree | 62c95ca8b4f2e6fec9ca047af92b4c13e32b273f /editors | |
parent | 1c33c4f0f504e5b696328a3a78876c0b90c8fdda (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 1511334ccda3..7d302871a73d 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -4,13 +4,14 @@ # Date created: Fri Jun 25, 1999 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1999/07/14 18:51:45 obrien Exp $ +# $Id: Makefile,v 1.2 1999/07/15 22:45:47 mharo Exp $ # PKGNAME= vim-lite-5.3 LITE= yes +.include <bsd.port.pre.mk> .if exists(${.CURDIR}/../vim5) MASTERDIR= ${.CURDIR}/../vim5 .else |