diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 21:54:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 21:54:51 +0000 |
commit | 4d2bbb7963d0d9077b4bf114bee392b19f0e51c3 (patch) | |
tree | fb15784d774149c4362959cb762607a4566bccc7 /devel/bison/Makefile | |
parent | 4ffc877f783a0ab6ecb5a30348f81b8a4560c712 (diff) | |
download | ports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.tar.gz ports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.zip |
Notes
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 4 |
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> |