diff options
Diffstat (limited to 'textproc/py-empy/Makefile')
-rw-r--r-- | textproc/py-empy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index fa874a9b7c57..83987bb4b083 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-empy -# Date created: Jul 12, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= empy PORTVERSION= 3.3 @@ -19,4 +14,5 @@ USE_PYTHON= 1.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 3.1 +NO_STAGE= yes .include <bsd.port.mk> |