aboutsummaryrefslogtreecommitdiffstats
path: root/math/givaro/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-06-06 06:22:44 +0800
committereadler <eadler@FreeBSD.org>2013-06-06 06:22:44 +0800
commitb961ed28be8ce4af2e0f4fe09567255fc6150958 (patch)
tree71c1ad472b8a577cb3525d887a86909998fc96cd /math/givaro/Makefile
parente2a0aafa98221e414ae0999d97199d609a96a0b5 (diff)
downloadfreebsd-ports-gnome-b961ed28be8ce4af2e0f4fe09567255fc6150958.tar.gz
freebsd-ports-gnome-b961ed28be8ce4af2e0f4fe09567255fc6150958.tar.zst
freebsd-ports-gnome-b961ed28be8ce4af2e0f4fe09567255fc6150958.zip
Convert to OptionsNG
Reviewed by: kwm, jgh Approved by: bapt
Diffstat (limited to 'math/givaro/Makefile')
-rw-r--r--math/givaro/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/givaro/Makefile b/math/givaro/Makefile
index 629a041320b7..818c9581117e 100644
--- a/math/givaro/Makefile
+++ b/math/givaro/Makefile
@@ -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