Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 16:35:25 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417668 - head/security/yubico-piv-tool
Message-ID:  <201606271635.u5RGZPhl008930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Mon Jun 27 16:35:24 2016
New Revision: 417668
URL: https://svnweb.freebsd.org/changeset/ports/417668

Log:
  Insert tab.  No functional change.

Modified:
  head/security/yubico-piv-tool/Makefile

Modified: head/security/yubico-piv-tool/Makefile
==============================================================================
--- head/security/yubico-piv-tool/Makefile	Mon Jun 27 16:30:58 2016	(r417667)
+++ head/security/yubico-piv-tool/Makefile	Mon Jun 27 16:35:24 2016	(r417668)
@@ -20,7 +20,7 @@ USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	OPENSSL_CFLAGS="$(OPENSSL_CFLAGS)" \
 		OPENSSL_LIBS="-L$(OPENSSLLIB) -lcrypto"
-OPENSSL_CFLAGS=-I$(OPENSSLINC)
+OPENSSL_CFLAGS=	-I$(OPENSSLINC)
 
 PLIST_FILES=	bin/yubico-piv-tool \
 		include/ykcs11/ykcs11-version.h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271635.u5RGZPhl008930>