Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2018 08:33:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467862 - head/security/py-cracklib
Message-ID:  <201804210833.w3L8XlB3000739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Apr 21 08:33:47 2018
New Revision: 467862
URL: https://svnweb.freebsd.org/changeset/ports/467862

Log:
  - Whitespace fix
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-cracklib/Makefile

Modified: head/security/py-cracklib/Makefile
==============================================================================
--- head/security/py-cracklib/Makefile	Sat Apr 21 08:20:49 2018	(r467861)
+++ head/security/py-cracklib/Makefile	Sat Apr 21 08:33:47 2018	(r467862)
@@ -16,7 +16,7 @@ PYTHON_SLAVEPORT=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-	"{s#__version__ = '[^']*'#__version__ = '${PORTVERSION}'#;}" \
-	${BUILD_WRKSRC}/*.py
+		"{s#__version__ = '[^']*'#__version__ = '${PORTVERSION}'#;}" \
+		${BUILD_WRKSRC}/*.py
 
 .include "${MASTERDIR}/Makefile"



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