diff options
Diffstat (limited to 'editors/vim-lite/Makefile')
-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 1511334..7d30287 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 |