1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

include bsd.port.pre.mk so we can find PORTSDIR

This commit is contained in:
Michael Haro 1999-07-16 07:10:09 +00:00
parent 1c33c4f0f5
commit 0425538710
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20228

View File

@ -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