diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/py-filelike | |
parent | Fix NO_STAGE (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes:
svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/py-filelike')
-rw-r--r-- | sysutils/py-filelike/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/py-filelike/Makefile b/sysutils/py-filelike/Makefile index 6a249107c485..ab7fae92090b 100644 --- a/sysutils/py-filelike/Makefile +++ b/sysutils/py-filelike/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-filelike -# Date created: 2009-08-19 -# Whom: Dikshie -# +# Created by: Dikshie # $FreeBSD$ PORTNAME= filelike @@ -15,4 +12,5 @@ COMMENT= Python module for building and manipulating file-like object USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |