Date: Mon, 14 Dec 2015 21:12:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403739 - head/net/py-pystun Message-ID: <201512142112.tBELCOOl034783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 14 21:12:24 2015 New Revision: 403739 URL: https://svnweb.freebsd.org/changeset/ports/403739 Log: - Don't install unwanted tests package PR: 205066 Submitted by: yuri@rawbw.com (maintainer) Modified: head/net/py-pystun/Makefile Modified: head/net/py-pystun/Makefile ============================================================================== --- head/net/py-pystun/Makefile Mon Dec 14 21:10:13 2015 (r403738) +++ head/net/py-pystun/Makefile Mon Dec 14 21:12:24 2015 (r403739) @@ -3,6 +3,7 @@ PORTNAME= pystun PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +17,7 @@ USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes +post-extract: + @${RM} -rf ${WRKSRC}/tests + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512142112.tBELCOOl034783>