diff options
author | eadler <eadler@FreeBSD.org> | 2013-06-06 06:22:44 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-06-06 06:22:44 +0800 |
commit | b961ed28be8ce4af2e0f4fe09567255fc6150958 (patch) | |
tree | 71c1ad472b8a577cb3525d887a86909998fc96cd /math/givaro/Makefile | |
parent | e2a0aafa98221e414ae0999d97199d609a96a0b5 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |