summaryrefslogtreecommitdiff
path: root/devel/py-argparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-argparse/Makefile')
-rw-r--r--devel/py-argparse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile
index eb59fd100922..9fdeea001b4e 100644
--- a/devel/py-argparse/Makefile
+++ b/devel/py-argparse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-argparse
-# Date created: Jan. 05, 2007
-# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
-#
PORTNAME= argparse
PORTVERSION= 1.1
@@ -23,4 +19,5 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \
%%PYTHON_SITELIBDIR%%/argparse.pyc \
%%PYTHON_SITELIBDIR%%/argparse.pyo
+NO_STAGE= yes
.include <bsd.port.mk>