svn commit: r442434 - head/devel/py3-pycparser

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


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

Log:
  Add $FreeBSD$ line
  
  - Fix indent

Modified:
  head/devel/py3-pycparser/Makefile   (contents, props changed)

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


More information about the svn-ports-head mailing list