From ddff20c3df8a93c0a5c54815a7935f553b3d08ff Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 4 Feb 2020 11:44:30 +0000 Subject: textproc/re-flex: update to 1.5.8 Release notes: https://github.com/Genivia/RE-flex/releases/tag/v1.5.8 --- textproc/re-flex/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/re-flex/Makefile') diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index 3879154ad044..686ec840a759 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= re-flex -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -26,5 +26,7 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/reflex (cd ${WRKSRC}/include/reflex && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include/reflex) + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/lex.vim ${STAGEDIR}${DATADIR}/lex.vim .include -- cgit v1.2.3