diff options
Diffstat (limited to 'www/py-recaptcha/Makefile')
-rw-r--r-- | www/py-recaptcha/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-recaptcha/Makefile b/www/py-recaptcha/Makefile index a02461bcbc81..f392f0073c0c 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-recaptcha -# Date created: 20 Mar 2009 -# Whom: Philip Paeps <philip@FreeBSD.org> -# +# Created by: Philip Paeps <philip@FreeBSD.org> # $FreeBSD$ PORTNAME= recaptcha @@ -22,4 +19,5 @@ PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg +NO_STAGE= yes .include <bsd.port.mk> |