svn commit: r442435 - head/textproc/py3-humanfriendly

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:14:27 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:14:21 2017
New Revision: 442435
URL: https://svnweb.freebsd.org/changeset/ports/442435

Log:
  Add $FreeBSD$ line
  
  - Fix indent

Modified:
  head/textproc/py3-humanfriendly/Makefile   (contents, props changed)

Modified: head/textproc/py3-humanfriendly/Makefile
==============================================================================
--- head/textproc/py3-humanfriendly/Makefile	Fri Jun  2 18:14:16 2017	(r442434)
+++ head/textproc/py3-humanfriendly/Makefile	Fri Jun  2 18:14:21 2017	(r442435)
@@ -1,6 +1,7 @@
+# $FreeBSD$
 
 MASTERDIR=	${.CURDIR}/../py-humanfriendly
 
-USES=	python:3.3+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list