diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/py-anonfunc | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) | |
download | ports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip |
Notes
Diffstat (limited to 'devel/py-anonfunc')
-rw-r--r-- | devel/py-anonfunc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-anonfunc/Makefile b/devel/py-anonfunc/Makefile index c84376677768..f284495e38ba 100644 --- a/devel/py-anonfunc/Makefile +++ b/devel/py-anonfunc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-anonfunc -# Date created: 3 January 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= anonfunc @@ -18,4 +15,5 @@ COMMENT= Python module that provides easy anonymous function USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> |