svn commit: r446049 - head/security/libu2f-host

Carlos J. Puga Medina cpm at FreeBSD.org
Mon Jul 17 00:28:36 UTC 2017


Author: cpm
Date: Mon Jul 17 00:28:35 2017
New Revision: 446049
URL: https://svnweb.freebsd.org/changeset/ports/446049

Log:
  - Fix typo
  
  MFH:		2017Q3 (blanket)

Modified:
  head/security/libu2f-host/Makefile

Modified: head/security/libu2f-host/Makefile
==============================================================================
--- head/security/libu2f-host/Makefile	Sun Jul 16 22:39:04 2017	(r446048)
+++ head/security/libu2f-host/Makefile	Mon Jul 17 00:28:35 2017	(r446049)
@@ -24,7 +24,7 @@ USES=	autoreconf pkgconfig gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-CONFIGRUE_ARGS=	--disable-gtk-doc
+CONFIGURE_ARGS=	--disable-gtk-doc
 INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list