svn commit: r467862 - head/security/py-cracklib

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 21 08:33:48 UTC 2018


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"


More information about the svn-ports-head mailing list