svn commit: r417668 - head/security/yubico-piv-tool

Hajimu UMEMOTO ume at FreeBSD.org
Mon Jun 27 16:35:26 UTC 2016


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 \


More information about the svn-ports-head mailing list