diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 00:58:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 00:58:55 +0000 |
commit | fbd873a4cf14ca776e2c0ec9b0065afe41726ef9 (patch) | |
tree | f96ae8b7f1a5bfe798c07537bb3d305d47a1688f /editors/vim5 | |
parent | c6f1233934417969d108ec0c1516a0d2b59be5ef (diff) | |
download | ports-fbd873a4cf14ca776e2c0ec9b0065afe41726ef9.tar.gz ports-fbd873a4cf14ca776e2c0ec9b0065afe41726ef9.zip |
Notes
Diffstat (limited to 'editors/vim5')
-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} |