summaryrefslogtreecommitdiff
path: root/editors/vim-lite
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-07-16 07:10:09 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-07-16 07:10:09 +0000
commit04255387101af3c003c601d1251186796ee72f7e (patch)
tree62c95ca8b4f2e6fec9ca047af92b4c13e32b273f /editors/vim-lite
parentUpgrade to 5.2.14. (diff)
include bsd.port.pre.mk so we can find PORTSDIR
Notes
Notes: svn path=/head/; revision=20228
Diffstat (limited to 'editors/vim-lite')
-rw-r--r--editors/vim-lite/Makefile3
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