summaryrefslogtreecommitdiff
path: root/lang/stackless_python/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-29 16:56:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-29 16:56:34 +0000
commit20ba04a6d4e1e0784ed567243241a00114144e6e (patch)
tree843b6fe9c4c911f24916960ba8f6029c49ac373e /lang/stackless_python/Makefile
parent-pthread --> ${PTHREAD_LIBS} (diff)
Maintainer corrected the patch (include/python.h -> include/Python.h).
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=40540
Diffstat (limited to 'lang/stackless_python/Makefile')
-rw-r--r--lang/stackless_python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index 0d09747935fc..642606e8aa99 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -7,6 +7,7 @@
PORTNAME= python
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= lang python
MASTER_SITES= "" # python port will override this, but it's for portlint
PKGNAMEPREFIX= stackless_
@@ -14,7 +15,7 @@ PKGNAMEPREFIX= stackless_
PATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \
http://www2.freebsd-kr.org/~perky/distfiles/ \
ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
-PATCHFILES= stackless-010223.diff.gz
+PATCHFILES= stackless-010223_1.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= perky@python.or.kr
@@ -25,7 +26,6 @@ MASTERDIR= ${.CURDIR}/../../lang/python
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
-PLIST_SLAVE= ${.CURDIR}/pkg-plist.add
SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless # relative from python port