diff options
author | tg <tg@FreeBSD.org> | 2001-05-02 11:34:23 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-02 11:34:23 +0000 |
commit | d8f30f1590e2027f404dd97cdae9e84b1f83db16 (patch) | |
tree | 2f0e92830517a77a0b299764dd1af3e402cfcb42 /lang | |
parent | 097a2b61b3488a2b88a2fe1d948a39a9bad3408b (diff) | |
download | FreeBSD-ports-d8f30f1590e2027f404dd97cdae9e84b1f83db16.zip FreeBSD-ports-d8f30f1590e2027f404dd97cdae9e84b1f83db16.tar.gz |
Point MASTERDIR to lang/python20.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/stackless_python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 642606e..bcab347 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -20,7 +20,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= perky@python.or.kr -MASTERDIR= ${.CURDIR}/../../lang/python +MASTERDIR= ${.CURDIR}/../../lang/python20 # stackless python port infoes COMMENT= ${.CURDIR}/pkg-comment |