aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/py-vertex
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 06:28:25 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 06:28:25 +0800
commite3b8eb56fc78af954f1537a52038d3535b6b2d4a (patch)
treecc369d6e38144cbc0682f3e0aad998ef8f40a150 /net-p2p/py-vertex
parentb1430d020317d6c230592f2b332e6367d450b132 (diff)
downloadfreebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.tar.gz
freebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.tar.zst
freebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
Diffstat (limited to 'net-p2p/py-vertex')
-rw-r--r--net-p2p/py-vertex/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile
index 98db1f4d22b7..ceff82ceaf47 100644
--- a/net-p2p/py-vertex/Makefile
+++ b/net-p2p/py-vertex/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-vertex
-# Date created: 19 May 2006
-# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
-#
+# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
-#
PORTNAME= vertex
PORTVERSION= 0.3.0
@@ -27,4 +23,5 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Vertex
USE_TWISTED= yes
+NO_STAGE= yes
.include <bsd.port.mk>