diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-29 14:52:23 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-29 14:52:23 +0000 |
commit | b67c9642d5d7d3ebe8ec1f62a5af6c48b428d82d (patch) | |
tree | f2408c8d06f99e322b5efaa128b1d54fab5a1860 /www/zope/Makefile | |
parent | 4006c97909d387cade41f4855a1cf1d9aa172432 (diff) | |
download | ports-b67c9642d5d7d3ebe8ec1f62a5af6c48b428d82d.tar.gz ports-b67c9642d5d7d3ebe8ec1f62a5af6c48b428d82d.zip |
Notes
Diffstat (limited to 'www/zope/Makefile')
-rw-r--r-- | www/zope/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index f24f70a2c129..7861136d948f 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope -PORTVERSION= 2.2.5 +PORTVERSION= 2.3.0 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ @@ -26,11 +26,6 @@ DIST_SUBDIR= zope # there. It were a major action to fix all paths otherwise. do-build: # empty, but needs to be there for the python dependency. -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. - # Change these, if you like, via the environment. WEBBASEDIR?= www SZOPEBASEDIR?= ${WEBBASEDIR}/Zope |