diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/py-openid | |
parent | Fix header conversion (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Notes
Notes:
svn path=/head/; revision=327769
Diffstat (limited to 'security/py-openid')
-rw-r--r-- | security/py-openid/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 3a027a05cbd0..2a4f61c0a817 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-openid -# Date created: Dec 19, 2006 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openid PORTVERSION= 2.2.5 @@ -20,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= python-openid +NO_STAGE= yes .include <bsd.port.mk> |