diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-03 14:40:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-03 14:40:42 +0000 |
commit | 0b1edd6a937c58734ddbd4a81d06044d4d225e44 (patch) | |
tree | 3af4d4d9b6dfd12236db52ef12fe5bb5f3dd60bd | |
parent | Update link to the place where distfile can be downloaded. (diff) |
- Bump PORTREVISION
- Update PYTHON_VERSION
PR: 27054
Submitted by: MAINTAINER
-rw-r--r-- | textproc/py-asv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-asv/Makefile b/textproc/py-asv/Makefile index cdf87cc6f921..c63f5b77bbaf 100644 --- a/textproc/py-asv/Makefile +++ b/textproc/py-asv/Makefile @@ -7,14 +7,14 @@ PORTNAME= asv PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= http://tratt.net/~laurie/python/asv/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johann@egenetics.com -PYTHON_VERSION= python2.0 +PYTHON_VERSION= python2.1 ASV_BASEDIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages ASV_DOCDIR= ${PREFIX}/share/doc/py-asv |