diff options
Diffstat (limited to 'textproc/py-jaxml/Makefile')
-rw-r--r-- | textproc/py-jaxml/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile index 6550dd95e621..b38a317c425d 100644 --- a/textproc/py-jaxml/Makefile +++ b/textproc/py-jaxml/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection Makefile for: py-jaxml -# Date created: Mar 24, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jaxml PORTVERSION= 3.02 @@ -21,4 +16,5 @@ PLIST_FILES= lib/${PYTHON_VERSION}/site-packages/${PYEASYINSTALL_EGG} USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.mk> |