diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-07 08:58:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-07 08:58:55 +0800 |
commit | c09aeafcf22953e5d8b4e06503cc5b444b7aa45e (patch) | |
tree | 41d88f0a6bb0080c3ab785feb41f97999f0b8997 /editors | |
parent | 45be8adf866389bfc3bd56a4cdf69f155704a305 (diff) | |
download | freebsd-ports-gnome-c09aeafcf22953e5d8b4e06503cc5b444b7aa45e.tar.gz freebsd-ports-gnome-c09aeafcf22953e5d8b4e06503cc5b444b7aa45e.tar.zst freebsd-ports-gnome-c09aeafcf22953e5d8b4e06503cc5b444b7aa45e.zip |
Change LATEST_LINK so version 6 "comes out ahead".
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 2ed7430439c8..11ca6e45cb0f 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -26,14 +26,13 @@ PATCHFILES+= 5.8.0${p} MAINTAINER?= obrien@FreeBSD.org -SLAVEDIRS= editors/vim-lite - .if defined(PACKAGE_BUILDING) && !defined(LITE) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 USE_PERL5= yes .endif +LATEST_LINK?= vim5 DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/${DISTNAME}/src PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} |