diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 84ea4ee842af8389fc1b0603b821af2d68ba8c65 (patch) | |
tree | ccfda8c465ebb396f84cc9528117581f3455c1b2 /lang/stackless_python | |
parent | d6894d86d96cc960c508c1088f126b9f7f53ad21 (diff) |
Notes
Diffstat (limited to 'lang/stackless_python')
-rw-r--r-- | lang/stackless_python/Makefile | 2 | ||||
-rw-r--r-- | lang/stackless_python/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index abf71d997b88..0a2802c6e18d 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -19,12 +19,12 @@ PATCHFILES= stackless-${CVSDATE}.diff.bz2 PATCH_DIST_STRIP= -p1 MAINTAINER= perky@FreeBSD.org +COMMENT= Python implementation that does not use the C stack ONLY_FOR_ARCHS= i386 powerpc CVSDATE= 021026 MASTERDIR= ${.CURDIR}/../../lang/python -COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo PLIST= ${WRKDIR}/pkg-plist diff --git a/lang/stackless_python/pkg-comment b/lang/stackless_python/pkg-comment deleted file mode 100644 index f77be94b277d..000000000000 --- a/lang/stackless_python/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python implementation that does not use the C stack |