diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2021-04-16 14:12:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-04-16 14:12:44 +0000 |
commit | 4d5cf5c847301e36f0ed4fe30a1b6bbb17ec2332 (patch) | |
tree | c9b290057886c13abd1c2ccc121f4310911f0d5a /editors/vim | |
parent | 2ce09943e35acc23226f18e9020dab2752281450 (diff) |
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6e7e106174c9..fa147af3d240 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -172,7 +172,7 @@ post-patch: post-configure: # Needed when devel/libsysinfo is installed: - ${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/ d' ${WRKSRC}/src/auto/config.h + ${REINPLACE_CMD} -e '/^#define HAVE_SYSINFO/ d' ${WRKSRC}/src/auto/config.h post-install-DEFAULT_VIMRC-on: ${MKDIR} ${STAGEDIR}${ETCDIR} |