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-amf | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Notes
Notes:
svn path=/head/; revision=327776
Diffstat (limited to 'www/py-amf')
-rw-r--r-- | www/py-amf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile index a9eaff3d7891..34d36d0f327f 100644 --- a/www/py-amf/Makefile +++ b/www/py-amf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-amf -# Date created: 14 July 2008 -# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> -# +# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com> # $FreeBSD$ PORTNAME= amf @@ -21,4 +18,5 @@ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= PyAMF PYEASYINSTALL_ARCHDEP= yes +NO_STAGE= yes .include <bsd.port.mk> |