diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/py-django-threaded-multihost | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to 'www/py-django-threaded-multihost')
-rw-r--r-- | www/py-django-threaded-multihost/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-django-threaded-multihost/Makefile b/www/py-django-threaded-multihost/Makefile index f70e6eb0e519..7669fe6cd851 100644 --- a/www/py-django-threaded-multihost/Makefile +++ b/www/py-django-threaded-multihost/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-django-threaded-multihost -# Date created: 8 December 2009 -# Whom: Kevin Golding <ports@caomhin.org> -# +# Created by: Kevin Golding <ports@caomhin.org> # $FreeBSD$ -# PORTNAME= django-threaded-multihost PORTVERSION= 1.4.1 @@ -28,4 +24,5 @@ PYEASYINSTALL_EGG= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PORTVERSION:C/( PYEASYINSTALL_UNINSTALLARGS= -q -m -S ${PYTHON_SITELIBDIR} \ ${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION:C/([[:digit:]]\.[[:digit:]])\./\1_/g} +NO_STAGE= yes .include <bsd.port.mk> |