svn commit: r322617 - head/math/liblbfgs

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 06:14:33 UTC 2013


Author: bapt
Date: Wed Jul 10 06:14:32 2013
New Revision: 322617
URL: http://svnweb.freebsd.org/changeset/ports/322617

Log:
  Fix package building by fixing the option conversion

Modified:
  head/math/liblbfgs/Makefile

Modified: head/math/liblbfgs/Makefile
==============================================================================
--- head/math/liblbfgs/Makefile	Wed Jul 10 06:09:21 2013	(r322616)
+++ head/math/liblbfgs/Makefile	Wed Jul 10 06:14:32 2013	(r322617)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf:env
 
-OPTIONS_DEFINE=	OPTIMIZED
+OPTIONS_DEFINE=	OPTIMIZED DOCS
 OPTIMIZED_DESC=	SSE2 optimization routines
 
 .include <bsd.port.options.mk>
@@ -31,7 +31,7 @@ PLIST_FILES=	lib/liblbfgs-1.10.so.0.0 li
 PORTDOCS=	README INSTALL COPYING AUTHORS ChangeLog NEWS
 
 post-patch:
-.if ${PORT_OPTIONS:MDOCS}
+.if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in
 .endif
 


More information about the svn-ports-all mailing list