svn commit: r446898 - head/net/py3-pysocks

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 29 19:26:42 UTC 2017


Author: sunpoet
Date: Sat Jul 29 19:26:41 2017
New Revision: 446898
URL: https://svnweb.freebsd.org/changeset/ports/446898

Log:
  Add PORTSCOUT
  
  - Fix space/tab

Modified:
  head/net/py3-pysocks/Makefile

Modified: head/net/py3-pysocks/Makefile
==============================================================================
--- head/net/py3-pysocks/Makefile	Sat Jul 29 19:26:36 2017	(r446897)
+++ head/net/py3-pysocks/Makefile	Sat Jul 29 19:26:41 2017	(r446898)
@@ -1,9 +1,11 @@
 # Created by: Neil Booth
 # $FreeBSD$
 
-MASTERDIR=      ${.CURDIR}/../py-pysocks
+MASTERDIR=	${.CURDIR}/../py-pysocks
 
-USES=   python:3.3+
+PORTSCOUT=	ignore:1
+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"
 


More information about the svn-ports-all mailing list