diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-16 17:09:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-16 17:09:17 +0000 |
commit | 084a1ea5ae6f47910823cb4e2fe9054b1b67f8b0 (patch) | |
tree | cc7980a3c9b9e1663ad02c28666bde33cf9430e1 /www/zope-annotations/Makefile | |
parent | f61636bdaf21517f43199dace8b3c18e78937e00 (diff) | |
download | ports-084a1ea5ae6f47910823cb4e2fe9054b1b67f8b0.tar.gz ports-084a1ea5ae6f47910823cb4e2fe9054b1b67f8b0.zip |
Notes
Diffstat (limited to 'www/zope-annotations/Makefile')
-rw-r--r-- | www/zope-annotations/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/zope-annotations/Makefile b/www/zope-annotations/Makefile index dd56acb3a5c5..df8621b95689 100644 --- a/www/zope-annotations/Makefile +++ b/www/zope-annotations/Makefile @@ -7,7 +7,7 @@ PORTNAME= annotations PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www zope MASTER_SITES= http://zope.org/Members/infrae/Annotations/Annotations-${PORTVERSION}/ PKGNAMEPREFIX= zope- @@ -23,13 +23,6 @@ DIST_SUBDIR= zope ZOPEPRODUCTNAME=Annotations -# yes, some of us are running zope on python 2.3 -#PYTHON_VERSION= python2.3 - -# You can change this in the environment if you like. -#SZOPEBASEDIR?= www/Zope - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} do-build: |