diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-13 01:07:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-13 01:07:59 +0800 |
commit | d588dbca0ab87076b3fe78504216583bdf72649b (patch) | |
tree | d88f204d5cd9daccf9ddde1527d48307742e1dc0 | |
parent | 66c62c2d0ccab2c9d8a159e66ca1029565f3582a (diff) | |
download | freebsd-ports-gnome-d588dbca0ab87076b3fe78504216583bdf72649b.tar.gz freebsd-ports-gnome-d588dbca0ab87076b3fe78504216583bdf72649b.tar.zst freebsd-ports-gnome-d588dbca0ab87076b3fe78504216583bdf72649b.zip |
- Add CPE information
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e53a105d63ca..54e1e90b91a4 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -36,7 +36,7 @@ MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STR PATCH= ${LOCALBASE}/bin/gpatch PATCH_DIST_ARGS=--batch --directory ${WRKSRC} --forward --quiet --remove-empty-files ${PATCH_DIST_STRIP} REINPLACE_ARGS= -i '' -USES= iconv pkgconfig shebangfix tar:bzip2 +USES= cpe iconv pkgconfig shebangfix tar:bzip2 WANT_GNOME= yes PATCHLEVEL= 398 @@ -61,6 +61,8 @@ PORTDATA= * VIM_VER= ${PORTNAME}${PORTVERSION:R:S/.//g} +CPE_VERSION= ${PORTVERSION:R} + SLAVEDIRS= editors/vim-lite SHEBANG_FILES= runtime/tools/efm_perl.pl |