diff options
author | adamw <adamw@FreeBSD.org> | 2017-11-13 21:30:27 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-11-13 21:30:27 +0800 |
commit | 0328c7b2008f20716ffd28df5a8c423f2a003763 (patch) | |
tree | 69807ed5b6ad70f0c3a8efff4ce9050ecb1be360 /editors/vim | |
parent | cc788d4f84457f9f95d20b7769650459403118ea (diff) | |
download | freebsd-ports-gnome-0328c7b2008f20716ffd28df5a8c423f2a003763.tar.gz freebsd-ports-gnome-0328c7b2008f20716ffd28df5a8c423f2a003763.tar.zst freebsd-ports-gnome-0328c7b2008f20716ffd28df5a8c423f2a003763.zip |
Ignore in portscout. New patches happen multiple times each day
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 ba967463dce9..7bd880b58d0a 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -32,6 +32,7 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= VIM_VER=${VIM_VER} PORTDATA= ${VIM_VER} +PORTSCOUT= ignore:1 REINPLACE_ARGS= -i '' SHEBANG_FILES= runtime/tools/demoserver.py runtime/tools/efm_perl.pl VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} |