diff options
author | mharo <mharo@FreeBSD.org> | 1999-07-16 15:10:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-07-16 15:10:09 +0800 |
commit | 7dcb86f0f0360537b06937e4c44b50858f1d01bf (patch) | |
tree | 02a1702681a993bea3fadda7edf5bb7ce7370aa4 /editors/vim-lite | |
parent | f098a388f60f2366d0cb3a9b550ac0b1dda436c2 (diff) | |
download | freebsd-ports-gnome-7dcb86f0f0360537b06937e4c44b50858f1d01bf.tar.gz freebsd-ports-gnome-7dcb86f0f0360537b06937e4c44b50858f1d01bf.tar.zst freebsd-ports-gnome-7dcb86f0f0360537b06937e4c44b50858f1d01bf.zip |
include bsd.port.pre.mk so we can find PORTSDIR
Diffstat (limited to 'editors/vim-lite')
-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 |