diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-07 23:35:16 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-07 23:35:16 +0000 |
commit | 943816f90abf3a33ddd561c9397dc05dc1ba2aeb (patch) | |
tree | 9018f7eb4bcddfe39dc9d1e9934acef6d98407d5 /devel/py-rbtree | |
parent | 1dac3b97f1f056185eb4800b23d4a73b444a1ad4 (diff) |
Notes
Diffstat (limited to 'devel/py-rbtree')
-rw-r--r-- | devel/py-rbtree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-rbtree/Makefile b/devel/py-rbtree/Makefile index 18f141630732..4306938e3c95 100644 --- a/devel/py-rbtree/Makefile +++ b/devel/py-rbtree/Makefile @@ -8,7 +8,8 @@ PORTNAME= rbtree PORTVERSION= 0.8.0 CATEGORIES= devel python -MASTER_SITES= http://cheeseshop.python.org/packages/source/r/rbtree/ +MASTER_SITES= http://cheeseshop.python.org/packages/source/r/rbtree/ \ + http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python @@ -42,7 +43,6 @@ pre-build: @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist_egg -o plat-name -s ${OSINFOS} @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist -o plat-name -s ${OSINFOS} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |