svn commit: r320034 - head/math/givaro

Eitan Adler eadler at FreeBSD.org
Wed Jun 5 22:22:44 UTC 2013


Author: eadler
Date: Wed Jun  5 22:22:44 2013
New Revision: 320034
URL: http://svnweb.freebsd.org/changeset/ports/320034

Log:
  Convert to OptionsNG
  
  Reviewed by:	kwm, jgh
  Approved by:	bapt

Modified:
  head/math/givaro/Makefile

Modified: head/math/givaro/Makefile
==============================================================================
--- head/math/givaro/Makefile	Wed Jun  5 22:22:32 2013	(r320033)
+++ head/math/givaro/Makefile	Wed Jun  5 22:22:44 2013	(r320034)
@@ -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
 


More information about the svn-ports-all mailing list