diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-07-15 22:45:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-07-15 22:45:47 +0000 |
commit | 567f42b0c01d83cb6d1db044f7506717f70f0a86 (patch) | |
tree | 3c1bb7f8a8bd5c2478956b42c61a855c4b332d28 /editors | |
parent | 0a9fae4a42559e454009d2f0130ecd26007083fa (diff) | |
download | ports-567f42b0c01d83cb6d1db044f7506717f70f0a86.tar.gz ports-567f42b0c01d83cb6d1db044f7506717f70f0a86.zip |
/usr/ports -> ${PORTSDIR}
Notes
Notes:
svn path=/head/; revision=20224
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index d65302204fb7..1511334ccda3 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Jun 25, 1999 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1999/07/14 18:51:45 obrien Exp $ # PKGNAME= vim-lite-5.3 @@ -14,7 +14,7 @@ LITE= yes .if exists(${.CURDIR}/../vim5) MASTERDIR= ${.CURDIR}/../vim5 .else -MASTERDIR= /usr/ports/editors/vim5 +MASTERDIR= ${PORTSDIR}/editors/vim5 .endif .include "${MASTERDIR}/Makefile" |