Index: head/net/py-pystun/Makefile =================================================================== --- head/net/py-pystun/Makefile (revision 403738) +++ head/net/py-pystun/Makefile (revision 403739) @@ -1,19 +1,23 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= pystun PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com COMMENT= Python STUN client for getting NAT type and external IP LICENSE= MIT USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +post-extract: + @${RM} -rf ${WRKSRC}/tests .include