aboutsummaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-05 21:54:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-05 21:54:51 +0000
commit4d2bbb7963d0d9077b4bf114bee392b19f0e51c3 (patch)
treefb15784d774149c4362959cb762607a4566bccc7 /devel/bison/Makefile
parent4ffc877f783a0ab6ecb5a30348f81b8a4560c712 (diff)
downloadports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.tar.gz
ports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.zip
Notes
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 46bc419b7f4e..f34d68f77c34 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bison
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= GNU
@@ -36,6 +36,6 @@ NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's/\(.*\) _Noreturn void/_Noreturn \1 void/' ${WRKSRC}/data/*.c ${WRKSRC}/lib/*.[ch]
+ @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/*.c ${WRKSRC}/lib/*.[ch]
.include <bsd.port.mk>