diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-20 19:11:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-20 19:11:45 +0000 |
commit | 045136aaeda1703b99d6ca931bc62a7a46cf862b (patch) | |
tree | 1c2164fb44f6dfd770eec4f0801c56f83014bd5b /editors/vim | |
parent | 0cc19889124d8b604d212bb2abfda35f16dc7594 (diff) | |
download | ports-045136aaeda1703b99d6ca931bc62a7a46cf862b.tar.gz ports-045136aaeda1703b99d6ca931bc62a7a46cf862b.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6aea753565db..955cb3122b1e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -37,7 +37,6 @@ WITH_CSCOPE= yes USE_BZIP2= yes USE_REINPLACE= yes -GNU_CONFIGURE= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST_STRIP} |