diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-11 00:10:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-11 00:10:11 +0000 |
commit | 3a7600be4dea631f22d7a8d23dbbbbead1201da1 (patch) | |
tree | 8ca09086d7173b033b44be61ce82c0b1cd56fd8d /editors/vim | |
parent | b145998f53ab465bf8399d4187507e3feaf17776 (diff) | |
download | ports-3a7600be4dea631f22d7a8d23dbbbbead1201da1.tar.gz ports-3a7600be4dea631f22d7a8d23dbbbbead1201da1.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 9fce8e5f06e2..76e294b30ce3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -42,6 +42,7 @@ WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST_STRIP} # consider #PATCH_DIST_ARGS= -t +MAKE_ARGS+= CC="${CC}" MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}" ALL_TARGET= # _DATADIR= ${DISTNAME:S/-//g:S/.//g} |