Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 18:14:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442435 - head/textproc/py3-humanfriendly
Message-ID:  <201706021814.v52IELff064496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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