aboutsummaryrefslogtreecommitdiff
path: root/textproc/re-flex/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2020-02-04 11:44:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2020-02-04 11:44:30 +0000
commitddff20c3df8a93c0a5c54815a7935f553b3d08ff (patch)
treec4160a9e3fa4e7fc94dd307459e5f9abd77345f8 /textproc/re-flex/Makefile
parent21299b36813be8bcb7f7550b4bca9d9d622784f4 (diff)
downloadports-ddff20c3df8a93c0a5c54815a7935f553b3d08ff.tar.gz
ports-ddff20c3df8a93c0a5c54815a7935f553b3d08ff.zip
Notes
Diffstat (limited to 'textproc/re-flex/Makefile')
-rw-r--r--textproc/re-flex/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>