diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-08 07:35:16 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-08 07:35:16 +0800 |
commit | aa5799d3da730faf8a1e16da87e9ace2a28a2640 (patch) | |
tree | 9222f332990c099df189e0e88f23848df711fd44 /devel | |
parent | 106f87bf27187cc9eca081f203d1c286172a8d64 (diff) | |
download | freebsd-ports-gnome-aa5799d3da730faf8a1e16da87e9ace2a28a2640.tar.gz freebsd-ports-gnome-aa5799d3da730faf8a1e16da87e9ace2a28a2640.tar.zst freebsd-ports-gnome-aa5799d3da730faf8a1e16da87e9ace2a28a2640.zip |
- Add backup MASTER_SITE
- Remove contiguous blank lines
Approved by: clsung (mentor)
Diffstat (limited to 'devel')
-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} |