aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-flup
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 07:36:50 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 07:36:50 +0800
commite598d34341b62529b9ef63db27d571f9bcb8c766 (patch)
treef64ac925b256287c7a34412ba29125deea68e3ac /www/py-flup
parent7016da251660681f0c133921f056177747cccba9 (diff)
downloadfreebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.gz
freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.zst
freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to 'www/py-flup')
-rw-r--r--www/py-flup/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile
index a611e8ef271e..7dc42cfd7195 100644
--- a/www/py-flup/Makefile
+++ b/www/py-flup/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-flup
-# Date created: 2006-12-16
-# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
-#
PORTNAME= flup
PORTVERSION= 1.0.2
@@ -19,4 +15,5 @@ COMMENT= Random assortment of WSGI servers, middleware
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
+NO_STAGE= yes
.include <bsd.port.mk>