Convert to OptionsNG

Reviewed by:	kwm, jgh
Approved by:	bapt
This commit is contained in:
Eitan Adler 2013-06-05 22:22:44 +00:00
parent fb0a0b16e9
commit f8737ff026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320034

View file

@ -38,7 +38,7 @@ post-patch:
-e '/^WARN_CFLAGS="-Wall"/d' \
-e '/if test "x$$WARN" = "xyes"/s/$$/ WARN_CFLAGS="-Wall" ;/' \
${WRKSRC}/configure
.if ${PORT_OPTIONS:MDOXYGEN)
.if ${PORT_OPTIONS:MDOXYGEN}
@${REINPLACE_CMD} -e 's/sed -i/& ""/' ${WRKSRC}/docs/Makefile.in
.endif