From e3b8eb56fc78af954f1537a52038d3535b6b2d4a Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 22:28:25 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) --- net-p2p/py-py2play/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'net-p2p/py-py2play') diff --git a/net-p2p/py-py2play/Makefile b/net-p2p/py-py2play/Makefile index 8332e963d8f5..edd8e88ceef0 100644 --- a/net-p2p/py-py2play/Makefile +++ b/net-p2p/py-py2play/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-py2play -# Date created: 2005-10-05 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= py2play PORTVERSION= 0.1.10 @@ -21,6 +17,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Py2Play EXAMPLESDIR= ${PREFIX}/share/examples/py-py2play +NO_STAGE= yes post-install: .ifndef NOPORTEXAMPLES @${MKDIR} ${EXAMPLESDIR} -- cgit